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.
The information on this web page is distributed under the MIT license.
ccs_io is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
ccs, a dataset directory which contains examples of the Compressed Column Storage (CCS) sparse matrix file format;
ccs_to_st, a Python code which converts a sparse matrix from Compressed Column Storage (CCS) to sparse triplet (ST) format.
crs_io, a Python code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
st_io, a Python code which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.
st_to_ccs, a Python code which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.