CC_TO_ST is a MATLAB 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 MATLAB 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 MATLAB library which reads and writes sparse linear systems stored in the ST "sparse triplet" Sparse Matrix format.
ST_TO_CC, a MATLAB library which converts a sparse matrix from sparse triplet (ST) to compressed column (CC) format.