ST_TO_MM
Convert Sparse Matrix File from ST to MM Format


ST_TO_MM, a MATLAB program which reads sparse matrix data from an ST (Sparse Triplet) file and writes it to an MM (Matrix Market) file.

Usage:

st_to_mm ( 'file.st', 'file.mm' )
where

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

ST_TO_MM is available in a MATLAB version.

Related Data and Programs:

MM, a data directory which contains examples of Matrix Market files;

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

MM_TO_ST, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.

MSM_TO_MM, a MATLAB program which writes a MATLAB sparse matrix to a Matrix Market file;

ST, a format which is used for the input to this program.

ST_IO, a MATLAB library which reads and writes sparse linear systems stored in the ST (Sparse Triplet) format.

ST_TO_CC, a C library which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column (CC) format.

st_to_mm_test

ST_TO_MSM, a MATLAB program which reads an ST sparse triplet file and creates a corresponding 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.

Source Code:


Last revised on 22 March 2019.