r8crs, a MATLAB 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 MATLAB code which reads and writes sparse linear systems stored in the Compressed Row Storage (CRS) format.
ge_to_crs, a MATLAB code which converts a matrix from general (ge) to compressed row storage (crs) format.
mgmres, a MATLAB code which applies the restarted generalized minimum residual (gmres) algorithm to solve a sparse linear system, using compressed row storage (crs) or sparse triplet (st) format, by lili ju.
linear_algebra, MATLAB codes which carry out various linear algebra operations for matrices stored in a variety of formats.