ge_to_crs, a Python code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.
The computer code and data files described and made available on this web page are distributed under the MIT license
ge_to_crs is available in a MATLAB version and a Python version.
crs, a dataset directory which contains instances of the Compressed Row Storage (CRS) sparse matrix file format;
ge, a dataset directory which contains instances of the General (GE) matrix file format;
r8ge, a MATLAB code which contains linear algebra routines for r8ge matrices (real, 64 bit, General (GE) format).