|
linbox
|
Sparse matrix representation which stores nonzero entries by i,j,value triples. More...
#include <sparse-tpl-matrix-omp.h>
Inherits BlackboxInterface.
Collaboration diagram for SparseMatrix< Field_, SparseMatrixFormat::TPL_omp >:Public Member Functions | |
| template<class OutVector , class InVector > | |
| OutVector & | apply (OutVector &, const InVector &) const |
| y <- A x. | |
| template<class OutVector , class InVector > | |
| OutVector & | applyTranspose (OutVector &, const InVector &) const |
| y <- A^T x. | |
Sparse matrix representation which stores nonzero entries by i,j,value triples.
1.8.12