msm_to_st, a MATLAB code which accepts a Matlab sparse matrix (MSM) 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.
mm_to_st, a MATLAB code which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.
msm_to_mm, a MATLAB code which writes a MATLAB sparse matrix to a Matrix Market file;
st, a format which is used for the input to this program.
st_io, a MATLAB code which reads and writes sparse linear systems stored in the ST "sparse triplet" Sparse Matrix format.
st_to_msm, a MATLAB code which reads an ST sparse triplet file and creates a corresponding MATLAB Sparse Matrix.