mm_to_msm, an Octave code which reads a matrix stored in Matrix Market (MM) format, and converts it into MATLAB sparse matrix (MSM) format.
The information on this web page is distributed under the MIT license.
mm_to_msm is available in a MATLAB version and an Octave version.
mm, a data directory which describes a file format for storing large sparse matrices in files, as well as a web site where many such files can be found.
mm_io, an Octave code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.
mm_to_st, an Octave code which reads the sparse matrix information from an Matrix Market (MM) file and writes a corresponding Sparse Triplet (ST) file.
msm_to_mm, an Octave code which writes a MATLAB sparse matrix (MSM) to a Matrix Market (MM) file;
st_to_msm, an Octave code which reads an sparse triplet (ST) file and creates a corresponding MATLAB Sparse Matrix (MSM).
test_mat, an Octave code which defines test matrices.