ccs_io, an Octave 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 computer code and data files described and made available on this web page are 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, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to sparse triple (ST) format.
crs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
hb_io, an Octave code which reads and writes sparse linear systems stored in the Harwell Boeing (HB) format for sparse matrices.
mm_io, an Octave code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.
r8ccs, an Octave code which contains linear algebra routines for r8ccs matrices: real, 64 bit, Compressed Column Storage (Colptr,Row,Value) format.
st_io, an Octave code which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.
st_to_ccs, an Octave code which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column Storage (CCS) format.