st_to_msm


st_to_msm, a MATLAB code which reads sparse matrix data from a Sparse Triplet (ST) file and creates a corresponding MATLAB Sparse Matrix.

Usage:

a = st_to_msm ( 'file.st' )
where

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

st_to_msm is available in a MATLAB version

Related Data and Programs:

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;

st_to_msm_test

Source Code:


Last revised on 21 March 2019.