st_io


st_io, a MATLAB code which reads and writes files in the Sparse Triplet (ST) sparse matrix format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

st_io is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

st_io_test

ccs_io, a MATLAB code which reads and writes sparse linear systems stored in the compressed column storage (ccs) format.

ccs_to_st, a MATLAB code which converts a sparse matrix from compressed column storage (ccs) to sparse triple (st) format.

crs_io, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.

mgmres, a MATLAB code which applies the restarted Generalized Minimum Residual (GMRES) algorithm to solve a sparse linear system, using Compressed Row Storage (CRS) or sparse triplet (ST) format, by Lili Ju.

mm_to_st, a MATLAB code which reads the sparse matrix information from an matrix market (MM) file and writes a corresponding sparse triplet (ST) file.

msm_to_st, a MATLAB code which writes a MATLAB sparse matrix to a sparse triplet (st) file;

st, a data directory which illustrates the sparse triplet (ST) format for storing sparse matrices.

st_to_ccs, a MATLAB code 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 st format to mm format (matrix market 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 21 March 2019.