st_to_msm, a MATLAB 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 information on this web page is distributed under the MIT license.
st_to_msm is available in a MATLAB version and an Octave version.
hb_to_msm, a MATLAB code which converts a sparse matrix stored in a Harwell Boeing (HB) file to MATLAB sparse matrix (MSM) format;
mm_to_msm, a MATLAB 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, a MATLAB 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, a MATLAB 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, a MATLAB code which converts a sparse matrix file from sparse triplet (ST) format to matrix market (MM) format;