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.
st_to_mm ( 'file.st', 'file.mm' )where
The computer code and data files described and made available on this web page are 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 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_msm, an Octave code which reads an st sparse triplet file and creates a corresponding MATLAB sparse matrix.