msm_to_st


msm_to_st, a MATLAB code which accepts a Matlab sparse matrix (MSM) and writes it to a file in the Sparse Triplet (ST) format.

Licensing:

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

Languages:

msm_to_st is available in a MATLAB version.

Related Data and Programs:

mm_to_st, a MATLAB code which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.

msm_to_mm, a MATLAB code which writes a MATLAB sparse matrix to a Matrix Market file;

msm_to_st_test

st, a 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 ST "sparse triplet" Sparse Matrix format.

st_to_msm, a MATLAB code which reads an ST sparse triplet file and creates a corresponding MATLAB Sparse Matrix.

Source Code:


Last revised on 19 February 2019.