#include <dune/localfunctions/utility/coeffmatrix.hh>
List of all members.
Public Types |
typedef F | Field |
typedef SparseCoeffMatrix
< Field, blockSize > | This |
Public Member Functions |
| SparseCoeffMatrix () |
| ~SparseCoeffMatrix () |
const unsigned int | size () const |
const unsigned int | baseSize () const |
template<class BasisIterator , class FF > |
void | mult (const BasisIterator &x, unsigned int numLsg, FF *y) const |
template<class BasisIterator , class Vector > |
void | mult (const BasisIterator &x, Vector &y) const |
template<unsigned int deriv, class BasisIterator , class Vector > |
void | mult (const BasisIterator &x, Vector &y) const |
template<class RowMatrix > |
void | fill (const RowMatrix &mat, bool verbose=false) |
template<class Vector > |
void | addRow (unsigned int k, const Field &a, Vector &b) const |
Static Public Attributes |
static const unsigned int | blockSize = bSize |
template<class F, unsigned int bSize>
class Dune::SparseCoeffMatrix< F, bSize >
Member Typedef Documentation
template<class F , unsigned int bSize>
template<class F , unsigned int bSize>
Constructor & Destructor Documentation
template<class F , unsigned int bSize>
template<class F , unsigned int bSize>
Member Function Documentation
template<class F , unsigned int bSize>
template<class Vector >
template<class F , unsigned int bSize>
template<class F , unsigned int bSize>
template<class RowMatrix >
template<class F , unsigned int bSize>
template<class BasisIterator , class FF >
template<class F , unsigned int bSize>
template<class BasisIterator , class Vector >
template<class F , unsigned int bSize>
template<unsigned int deriv, class BasisIterator , class Vector >
template<class F , unsigned int bSize>
Member Data Documentation
template<class F , unsigned int bSize>
The documentation for this class was generated from the following file: