MM_TO_ST is a MATLAB program which accepts the name of a file containing a sparse matrix in the Matrix Market File Format, and which reads that data and writes a corresponding ST Sparse Triplet file.
DSP_TO_ST, a FORTRAN90 program which converts a DSP sparse matrix file to ST format.
MM, a data directory which contains a description and examples of the Matrix Market format for storing matrices.
MM_IO, a MATLAB library which reads and writes sparse linear systems stored in the Matrix Market format.
MM_TO_HB, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.
MM_TO_MSM, a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
ST, a format which is used for the output of this program.
ST_IO, a MATLAB library which reads and writes ST Sparse Triplet files.
ST_TO_DSP, a FORTRAN90 program which converts an ST sparse matrix file to DSP format.
ST_TO_HB, a MATLAB program which converts an ST sparse matrix file to HB Harwell Boeing format.
ST_TO_MM, a MATLAB program which converts an ST sparse matrix file to MM Matrix Market format.
ST_TO_MSM, a MATLAB program which converts an ST sparse matrix file to a MATLAB Sparse Matrix.
You can go up one level to the MATLAB source codes.