r8crs, a Python code which carries out linear algebra operations for r8crs matrices (real, 64 bit, compressed row storage (crs) format).
The information on this web page is distributed under the MIT license.
r8crs is available in a MATLAB version and an Octave 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.