mm_io, an Octave code which reads and writes files in the Matrix Market (MM) file format.
The information on this web page is distributed under the MIT license.
mm_io is available in a C version and a Fortran90 version and a MATLAB version and an Octave version.
ccs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.
dlap_io, an Octave code which reads and writes DLAP sparse matrix files;
hb_io, an Octave code which reads and writes sparse matrices stored in the Harwell-Boeing format.
mm, a data directory which contains a description and examples of the Matrix Market format for storing matrices.
mm_to_msm, an Octave code which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
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_to_mm, an Octave code which converts a sparse matrix file from ST format to MM format (Matrix Market format);
test_mat, an Octave code which defines various test matrices.