st_io


st_io, a C code which reads and writes files in the Sparse Triplet (ST) format used for storing sparse matrices.

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 C code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.

ccs_to_st, a C code which converts a sparse matrix from compressed column storage (CCS) to sparse triple (ST) format.

mm_io, a C code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.

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

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

Source Code:


Last revised on 10 August 2019.