msm_to_st


msm_to_st, an Octave code which accepts a matrix in Matlab sparse matrix (MSM) format 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 and an Octave version.

Related Data and Programs:

msm_to_st_test

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

msm_to_mm, an Octave code which writes a MATLAB sparse matrix (MSM) to a Matrix Market (MM) file;

st, a data directory which describes the sparse triplet (ST) matrix format.

st_io, an Octave code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.

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

Source Code:


Last revised on 04 June 2023.