ST_TO_MSM
Convert Sparse Triplet (ST) Matrix File to MATLAB Sparse Matrix


ST_TO_MSM, a MATLAB program 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 GNU LGPL license.

Languages:

ST_TO_MSM is available in a MATLAB version

Related Data and Programs:

HB_TO_MSM, a MATLAB program which converts a sparse matrix stored in a Harwell Boeing file to MATLAB sparse matrix format;

MM_TO_MSM, a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.

MSM_TO_ST, a MATLAB program 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 library which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.

ST_TO_CC, a C library which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column (CC) format.

ST_TO_MM, a MATLAB program 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.