ge_to_ccs, an Octave code which converts a matrix from General (GE) to Compressed Column Storage (ccs) format.
The information on this web page is distributed under the MIT license.
ge_to_ccs is available in a MATLAB version and an Octave version.
ccs, a dataset directory which contains instances 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.
ge, a dataset directory which contains instances of the General (GE) matrix file format;
ge_to_crs, an Octave code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.
r8ccs, an Octave code which contains linear algebra routines for r8ccs matrices (real, 64 bit, Compressed Column Storage (ccs) format).
r8ge, an Octave code which contains linear algebra routines for r8ge matrices (real, 64 bit, General (GE) format).