st_to_msm


st_to_msm, an Octave code which reads a file describing a matrix in Sparse Triplet (ST) format and creates a corresponding matrix in MATLAB Sparse Matrix (MSM) format.

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 and an Octave version.

Related Data and Programs:

st_to_msm_test

hb_to_msm, an Octave code which converts a sparse matrix stored in a Harwell Boeing (HB) file to MATLAB sparse matrix (MSM) format;

mm_to_msm, an Octave code which reads a Matrix Market (MM) file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix (MSM) data structure.

msm_to_st, an Octave code which writes a MATLAB sparse matrix (MSM) to a sparse triplet (ST) file;

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

st_io, an Octave 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, an Octave code which converts a sparse matrix file from sparse triplet (ST) format to matrix market (MM) format;

Source Code:


Last revised on 04 June 2023.