linbox
Public Member Functions
SparseMatrix< Field_, SparseMatrixFormat::TPL_omp > Class Template Reference

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.
 

Detailed Description

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: