r8crs, a Python code which carries out linear algebra operations for r8crs matrices (real, 64 bit, compressed row storage (crs) format).
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
r8crs is available in a MATLAB version and a Python version.
crs, a dataset 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.
ge_to_crs, a Python code which converts a matrix from general (ge) to compressed row storage (crs) format.
linear_algebra, Python codes which carry out various linear algebra operations for matrices stored in a variety of formats.