Sparse matrix representation which stores nonzero entries by i,j,value triples.
More...
#include <sparse-tpl-matrix-omp.h>
Inherits BlackboxInterface.
|
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.
|
|
template<class Field_>
class LinBox::SparseMatrix< Field_, SparseMatrixFormat::TPL_omp >
Sparse matrix representation which stores nonzero entries by i,j,value triples.
The documentation for this class was generated from the following files: