st_io


st_io, a Python code which reads and writes files in the Sparse Triplet (ST) 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:

ccs_io, a Python code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.

ccs_to_st, a Python code which converts a sparse matrix from Compressed Column Storage (CCS) to sparse triplet (ST) format.

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

st, the format which is used for the input to this program.

st_to_ccs, a Python code which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.

Source Code:


Last revised on 02 February 2020.