ccs_to_crs, an Octave code which converts sparse matrix information from Compressed Column Storage (CCS) to Compressed Row Storage (CRS) format.
The information on this web page is distributed under the MIT license.
ccs_to_crs is available in a MATLAB version and an Octave version and a Python version.
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_ge, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to general (GE) format.
ccs_to_st, an Octave code which converts a sparse matrix from Compressed Column Storage (CCS) to Sparse Triplet (ST) 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_ccs, an Octave code which converts a sparse matrix from Compressed Row Storage (CRS) to Compressed Column Storage (CCS) 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 format).
r8crs, an Octave code which contains linear algebra routines for r8crs matrices: real, 64 bit, Compressed Row Storage format.
st_to_crs, an Octave code which converts a sparse matrix from Sparse Triplet (ST) format to Compressed Row Storage (CRS) format.