MM_TO_ST, a MATLAB program which accepts the name of a file containing a sparse matrix in the Matrix Market File Format, and writes a corresponding ST Sparse Triplet file.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
MM_TO_ST is available in a MATLAB version.
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_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_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.