A shared memory parallel sparse matrix library including Sparse BLAS. 1.2.0-rc2

librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format. This format allows cache efficient and multi-threaded (that is, shared memory parallel) operations on large sparse matrices. The most common operations necessary to iterative solvers are available, e.g.: matrix-vector multiplication, triangular solution, rows/columns scaling, diagonal extraction / setting, blocks extraction, norm computation, formats conversion. The RSB format is especially well suited for symmetric and transposed multiplication variants. On these variants, librsb has been found to be faster than Intel MKL's implementation for CSR. Most numerical kernels code is auto generated, and the supported numerical types can be chosen by the user at build time. librsb implements the Sparse BLAS standard, as specified in the BLAS Forum documents.

Tags science mathematics engineering
License GNU LGPLv3
State stable

Recent Releases

1.2.0-rc214 Jan 2016 21:57 major feature: Version 1.2 brings improvements in multi-vector processing and auto-tuning.
1.2.014 Jan 2016 21:55 minor feature: Version 1.2 brings improvements in multi-vector processing and auto-tuning.