crs_to_ccs


crs_to_ccs, an Octave code which converts sparse matrix information from Compressed Row Storage (CRS) to Compressed Column Storage (CCS) format.

Licensing:

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

Languages:

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

Related Data and Programs:

crs_to_ccs_test

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

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

ccs_to_crs, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to Compressed Row Storage (CRS) format.

crs, a data directory which contains examples of the Compressed Row Storage (CRS) sparse matrix file format;

crs_io, an Octave code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.

crs_to_ge, an Octave code which converts a sparse matrix from Compressed Row Storage (CRS) to general (GE) format.

crs_to_st, an Octave code which converts a sparse matrix from Compressed Row Storage (CRS) to Sparse Triplet (ST) format.

ge_to_ccs, an Octave code which converts a 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 format).

r8crs, an Octave code which contains linear algebra routines for r8crs matrices: real, 64 bit, Compressed Row Storage format.

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

Source Code:


Last revised on 12 May 2026.