MM_TO_MSM
Matrix Market File to MATLAB Sparse Matrix


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

MM_TO_MSM is available in a MATLAB version.

Related Data and Programs:

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_msm_test

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.

Reference:

  1. Ronald Boisvert, Roldan Pozo, Karin Remington,
    The Matrix Market Exchange Formats: Initial Design,
    National Institute of Standards and Technology,
    NISTIR 5935, December 1996

Source Code:


Last revised on 20 February 2019.