ge_to_crs


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

Licensing:

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

Languages:

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

Related Data and Programs:

ge_to_crs_test

crs, a dataset directory which contains instances 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 dataset directory which contains instances of the General (GE) matrix file format;

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

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

Source Code:


Last revised on 11 June 2022.