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.
st_to_mm ( 'file.st', 'file.mm' )where
The information on this web page is distributed under the MIT license.
st_to_mm is available in a MATLAB version and an Octave version.
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).