msm_to_st, a MATLAB code which accepts a matrix in Matlab sparse matrix (MSM) format and writes it to a file in the Sparse Triplet (ST) format.
The information on this web page is distributed under the MIT license.
msm_to_st is available in a MATLAB version and an Octave version.
mm_to_st, a MATLAB code which reads the sparse matrix information from an Matrix Market (MM) file and writes a corresponding Sparse Triplet (ST) file.
msm_to_mm, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.
st_to_msm, a MATLAB code which reads a sparse triplet (ST) file and creates a corresponding MATLAB Sparse Matrix (MSM).