st_to_msm, an Octave code which reads a file describing a matrix in Sparse Triplet (ST) format and creates a corresponding matrix in MATLAB Sparse Matrix (MSM) format.
a = st_to_msm ( 'file.st' )where
The computer code and data files described and made available on this web page are distributed under the MIT license
st_to_msm is available in a MATLAB version and an Octave version.
hb_to_msm, an Octave code which converts a sparse matrix stored in a Harwell Boeing (HB) file to MATLAB sparse matrix (MSM) 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.
msm_to_st, an Octave code which writes a MATLAB sparse matrix (MSM) to a sparse triplet (ST) file;
st, a data directory which describes the sparse triplet (ST) format.
st_io, an Octave code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.
st_to_ccs, a c library which converts sparse matrix data from sparse triplet (ST) format to compressed column storage (CCS) format.
st_to_mm, an Octave code which converts a sparse matrix file from sparse triplet (ST) format to matrix market (MM) format;