st_to_mm


st_to_mm, a MATLAB code 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 information on this web page is distributed under the MIT license.

Languages:

st_to_mm is available in a MATLAB version and an Octave version.

Related Data and Programs:

st_to_mm_test

mm, a data directory which contains examples of matrix market (MM) files;

mm_io, a MATLAB code which reads and writes sparse linear systems stored in the matrix market (MM) format.

mm_to_st, a MATLAB code which reads the sparse matrix information from a matrix market (MM) file and writes a corresponding sparse triplet (ST) file.

msm_to_mm, a MATLAB code which writes a MATLAB sparse matrix (MSM) to a matrix market (MM) file;

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

st_io, a MATLAB code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.

st_to_ccs, a MATLAB code which converts sparse matrix data from sparse triplet (ST) format to compressed column storage (CCS) format.

st_to_msm, a MATLAB code which reads an sparse triplet (ST) file and creates a corresponding MATLAB sparse matrix (MSM).

Reference:

  1. https://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.