msm_to_st, an Octave code which accepts a matrix in Matlab sparse matrix (MSM) format and writes it to a file in the Sparse Triplet (ST) format.
The computer code and data files described and made available on this web page are distributed under the MIT license
msm_to_st is available in a MATLAB version and an Octave version.
mm_to_st, an Octave code which reads the sparse matrix information from an Matrix Market (MM) file and writes a corresponding Sparse Triplet (ST) file.
msm_to_mm, an Octave code which writes a MATLAB sparse matrix (MSM) to a Matrix Market (MM) file;
st, a data directory which describes the sparse triplet (ST) matrix format.
st_io, an Octave code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.
st_to_msm, an Octave code which reads a sparse triplet (ST) file and creates a corresponding MATLAB Sparse Matrix (MSM).