crs_to_ccs


crs_to_ccs, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.

ccs_to_crs, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.

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

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

ge_to_ccs, a MATLAB code which converts a matrix from General (GE) to Compressed Column Storage (CCS) format.

r8ccs, a MATLAB code which contains linear algebra routines for r8ccs matrices (real, 64 bit, Compressed Column Storage format).

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

st_to_ccs, a MATLAB 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.