mm_to_st, an Octave code which accepts the name of a file containing a sparse matrix in the Matrix Market (MM) File Format, and writes a corresponding Sparse Triplet (ST) file.
The computer code and data files made available on this web page are distributed under the MIT license
mm_to_st is available in a MATLAB version and an Octave version.
mm, a data directory which contains a description and examples of the Matrix Market (MM) format for storing matrices.
mm_io, an Octave code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.
mm_to_msm, an Octave code which reads a Matrix Market (MM) file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix (MSM) data structure.
st, a format which is used for the output of this program.
st_io, an Octave code which reads and writes Sparse Triplet (ST) files.
st_to_mm, an Octave code which converts an sparse triplet (ST) matrix file to Matrix Market (MM) format.
st_to_msm, an Octave code which converts an sparse triplet (ST) matrix file to a MATLAB Sparse Matrix (MSM).