ccs_to_ge


ccs_to_ge, an Octave code which converts sparse matrix information from Compressed Column Storage (CCS) to general (GE) format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

ccs_to_ge is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

ccs_to_ge_test

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

ccs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.

ccs_to_st, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to sparse triplet (ST) format.

ge, a data directory which contains examples of the General (GE) matrix storage format.

ge_to_ccs, an Octave code which converts a sparse matrix from general (GE) to Compressed Column Storage (CCS) format.

r8ccs, an Octave code which contains linear algebra routines for r8ccs matrices: real, 64 bit, Compressed Column Storage (Colptr,Row,Value) format.

r8ge, an Octave code which contains linear algebra routines for r8ge matrices (real, 64 bit, General format).

Source Code:


Last revised on 15 March 2026.