ccs_io


ccs_io, a Python code which reads and writes Compressed Column Storage (CCS) sparse matrix files.

An MxN sparse matrix of NCC nonzero entries in compressed column format is described by three items:

The nonzero entries of column J are stored in locations CCC(J) through CCC(J+1)-1 of ICC and ACC.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

ccs_io is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.

Related Data and Programs:

ccs, a dataset directory which contains examples of the Compressed Column Storage (CCS) sparse matrix file format;

st_io, a Python code which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.

Source Code:


Last revised on 09 June 2022.