msm_to_mm


msm_to_mm, an Octave 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 computer code and data files described and made available on this web page are 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, an Octave code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.

mm_to_msm, an Octave 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, an Octave 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 04 June 2023.