|
numerics
|
Compressed Sparse Row (CSR) matrix and operations. More...
Go to the source code of this file.
Classes | |
| class | num::SparseMatrix |
| Sparse matrix in Compressed Sparse Row (CSR) format. More... | |
Namespaces | |
| namespace | num |
Functions | |
| void | num::sparse_matvec (const SparseMatrix &A, const Vector &x, Vector &y) |
| y = A * x | |
Compressed Sparse Row (CSR) matrix and operations.
Definition in file sparse.hpp.