st_to_msm, a MATLAB code which reads sparse matrix data from a Sparse Triplet (ST) file and creates a corresponding MATLAB Sparse Matrix.
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
hb_to_msm, a MATLAB code which converts a sparse matrix stored in a harwell boeing file to MATLAB sparse matrix format;
mm_to_msm, a MATLAB code which reads a matrix market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
msm_to_st, a MATLAB code which writes a MATLAB sparse matrix to a sparse triplet (st) file;
st, the format which is used for the input to this program.
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;