crs_to_ge


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

Licensing:

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

Languages:

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

Related Data and Programs:

crs_to_ge_test

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.

ge, a data directory which contains examples of the General (GE) matrix storage format.

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

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

r8ge, a MATLAB code which contains linear algebra routines for r8ge matrices (real, 64 bit, General format).

Source Code:


Last revised on 19 March 2026.