MM_TO_MSM, a MATLAB library which reads the information stored in a Matrix Market file, and sets it up as a MATLAB sparse matrix.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
MM_TO_MSM is available in a MATLAB version.
DLAP, a data directory which contains examples of DLAP files, a sparse matrix file format used by DLAP;
MM, a data directory which describes a file format for storing large sparse matrices in files, as well as a web site where many such files can be found.
MM_IO, a MATLAB library which reads and writes sparse linear systems stored in the Matrix Market 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_MM, a MATLAB program which writes a MATLAB sparse matrix to a Matrix Market file;
ST_TO_MSM, a MATLAB program which reads an ST sparse triplet file and creates a corresponding MATLAB Sparse Matrix.
TEST_MAT, a MATLAB library which defines test matrices.
TEST_MATRIX, a MATLAB library which contains Nick Higham's collection of test matrices.