CC_TO_ST is a C++ library which converts sparse matrix information from compressed column (CC) to sparse triplet (ST) format.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
CC_TO_ST is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
CC, a data directory which contains examples of the Compressed Column (CC) sparse matrix file format;
CC_IO, a C++ library which reads and writes sparse linear systems stored in the Compressed Column (CC) format.
ST, a data directory which contains examples of the Sparse Triplet (ST) format, a sparse matrix file format, storing just (I,J,A(I,J)), and using zero-based indexing.
ST_IO, a C++ library which reads and writes sparse linear systems stored in the ST "sparse triplet" Sparse Matrix format.
ST_TO_CC, a C++ library which converts a sparse matrix from sparse triplet (ST) to compressed column (CC) format.
You can go up one level to the C++ source codes.