st_io, a FORTRAN90 code which reads and writes files in the Sparse Triplet (ST) format used for storing sparse matrices.
The computer code and data files described and made available on this web page are distributed under the MIT license
st_io is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
CC_IO, a FORTRAN90 code which reads and writes sparse linear systems stored in the Compressed Column (CC) format.
ccs_to_st, a FORTRAN90 code which converts a sparse matrix from compressed column sparse (CCS) to sparse triple (ST) format.
st_to_ccs, a FORTRAN90 code which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column Sparse (CCS) format.