MM_TO_ST
Matrix Market File
converted to
ST Sparse Triplet File


MM_TO_ST is a MATLAB program which accepts the name of a file containing a sparse matrix in the Matrix Market File Format, and which reads that data and writes a corresponding ST Sparse Triplet file.

Related Data and Programs:

DSP_TO_ST, a FORTRAN90 program which converts a DSP sparse matrix file to ST format.

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

MM_IO, a MATLAB library which reads and writes sparse linear systems stored in the Matrix Market format.

MM_TO_HB, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.

MM_TO_MSM, a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.

ST, a format which is used for the output of this program.

ST_IO, a MATLAB library which reads and writes ST Sparse Triplet files.

ST_TO_DSP, a FORTRAN90 program which converts an ST sparse matrix file to DSP format.

ST_TO_HB, a MATLAB program which converts an ST sparse matrix file to HB Harwell Boeing format.

ST_TO_MM, a MATLAB program which converts an ST sparse matrix file to MM Matrix Market format.

ST_TO_MSM, a MATLAB program which converts an ST sparse matrix file to a MATLAB Sparse Matrix.

Reference:

  1. http://math.nist.gov/MatrixMarket/ the Matrix Market web site.
  2. 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

Source Code:

Examples and Tests:

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


Last revised on 04 November 2008.