crs_to_ge, a Python code which converts sparse matrix information from Compressed Row Storage (CRS) to general (GE) format.
The information on this web page is distributed under the MIT license.
crs_to_ge is available in a MATLAB version and an Octave version and a Python version.
crs, a data directory which contains examples of the Compressed Row Storage (CRS) sparse matrix file format;
crs_io, a Python code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
crs_to_st, a Python code which converts a sparse matrix from Compressed Row Storage (CRS) to sparse triplet (ST) format.
ge_to_crs, a Python code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.
r8crs, a Python code which contains linear algebra routines for r8crs matrices (real, 64 bit, Compressed Row Storage format).
r8ge, a Python code which contains linear algebra routines for r8ge matrices (real, 64 bit, General format).