MM_IO
Matrix Market
Read and Write Utilities


MM_IO is a FORTRAN90 library of routines for reading and writing files in the Matrix Market format.

Related Data and Programs:

DLAP_IO is a library of FORTRAN90 routines reading and writing files describing sparse matrices used by DLAP.

HB_IO is a FORTRAN90 library of routines for reading and writing sparse matrices stored in the Harwell-Boeing format.

HB_TO_ST is an executable FORTRAN77 program which converts the sparse matrix information stored in a Harwell-Boeing file into a sparse triplet file.

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

MM_IO is also available in a MATLAB version.

TEMPLATES is a library of MATLAB routines for iterative solution of linear systems. It includes a routine mm_to_msm which can read a Matrix Market file and store it as a MATLAB sparse matrix.

TEST_MAT is a library of FORTRAN90 routines that define various 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,
    Available online at ../../pdf/mm_format.pdf
  2. http://math.nist.gov/MatrixMarket/, the Matrix Market web site.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 27 November 2006.