MSM_TO_ST is a MATLAB library 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 GNU LGPL license.
DSP_TO_ST, a FORTRAN90 program which converts a DSP sparse matrix file to ST format.
HB_TO_ST, a MATLAB program which converts a sparse matrix from Harwell-Boeing to sparse triplet format.
MM_TO_ST, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.
MSM_TO_HB, a MATLAB program which writes a MATLAB sparse matrix to a Harwell Boeing file;
MSM_TO_MM, a MATLAB program which writes a MATLAB sparse matrix to a Matrix Market file;
MSM_TO_ST, a MATLAB program which writes a MATLAB sparse matrix to a ST Sparse Triplet file;
ST, a format which is used for the input to this program.
ST_IO, a MATLAB library which reads and writes sparse linear systems stored in the ST "sparse triplet" Sparse Matrix format.
ST_TO_MSM, a MATLAB program which reads an ST sparse triplet file and creates a corresponding MATLAB Sparse Matrix.
You can go up one level to the MATLAB source codes.