ST_IO is a C library 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 GNU LGPL 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 C library which reads and writes sparse linear systems stored in the Compressed Column (CC) format.
CC_TO_ST, a C library which converts a sparse matrix from compressed column (CC) to sparse triple (ST) format.
HB_IO, a C library which reads and writes sparse linear systems stored in the Harwell Boeing (HB) format for sparse matrices.
MM_IO, a C library 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_CC, a C library which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column (CC) format.
You can go up one level to the C source codes.