mm_io


mm_io, a C code which reads and writes files in the Matrix Market (MM) format.

Licensing:

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

Languages:

mm_io is available in a C version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

mm_io_test

ccs_io, a C code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.

mm, a data directory which contains a description and examples of the Matrix Market format for storing matrices.

sparse_display, a C code which can read information defining a matrix of numbers and display the sparsity pattern or location of the nonzero elements using gnuplot. This operation is already available in the built-in MATLAB "spy" command.

st_io, a C code which reads and writes sparse linear systems stored in the Sparse Triplet (ST) 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.
  2. https://math.nist.gov/MatrixMarket/, the Matrix Market web site.

Source Code:


Last revised on 14 July 2019.