ccs_to_crs, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Column Storage (CCS) format.
ccs_to_ge, a MATLAB code which converts a sparse matrix from Compressed Column Storage (CCS) to general (GE) format.
ccs_to_st, a MATLAB 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, a MATLAB code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
crs_to_ccs, a MATLAB code which converts a sparse matrix from Compressed Row Storage (CRS) to Compressed Column Storage (CCS) format.
ge_to_crs, a MATLAB code which converts a matrix from General (GE) to Compressed Row Storage (CRS) 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_crs, a MATLAB code which converts a sparse matrix from Sparse Triplet (ST) format to Compressed Row Storage (CRS) format.