st_to_mm


st_to_mm, an Octave 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 computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

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

Related Data and Programs:

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

mm_io, an Octave code which reads and writes sparse linear systems stored in the matrix market format.

mm_to_st, an Octave code which reads the sparse matrix information from an mm matrix market file and writes a corresponding st sparse triplet file.

msm_to_mm, an Octave code 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, an Octave code which reads and writes sparse linear systems stored in the st (sparse triplet) format.

st_to_ccs, an Octave code which converts sparse matrix data from sparse triplet (st) format to compressed column storage (ccs) format.

st_to_mm_test

st_to_msm, an Octave code which reads an st sparse triplet file and creates a corresponding MATLAB sparse matrix.

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 04 June 2023.