CC_TO_ST
Convert Sparse Matrix from Compressed Column to Sparse Triplet


CC_TO_ST is a MATLAB library which converts sparse matrix information from compressed column (CC) to sparse triplet (ST) format.

Licensing:

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages:

CC_TO_ST is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

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.

cc_to_st_test

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.

Source Code:


Last revised on 11 December 2018.