msm_to_mm


msm_to_mm, a MATLAB code which accepts a matrix in Matlab sparse matrix (MSM) format and writes it to a file in the Matrix Market (MM) format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

msm_to_mm is available in a MATLAB version and an Octave version.

Related Data and Programs:

msm_to_mm_test

mm_io, a MATLAB code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.

mm_to_msm, a MATLAB code which reads a Matrix Market (MM) file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix (MSM) data structure.

st_to_mm, a MATLAB code which converts a sparse matrix file from sparse triplet (ST) format to Matrix Market (MM) format;

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 19 February 2019.