#include <dune/localfunctions/utility/coeffmatrix.hh>
|
| SparseCoeffMatrix () |
|
| ~SparseCoeffMatrix () |
|
unsigned int | size () 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 |
|
§ Field
template<class F , unsigned int bSize>
§ This
template<class F , unsigned int bSize>
§ SparseCoeffMatrix()
template<class F , unsigned int bSize>
§ ~SparseCoeffMatrix()
template<class F , unsigned int bSize>
§ addRow()
template<class F , unsigned int bSize>
template<class Vector >
§ baseSize()
template<class F , unsigned int bSize>
§ fill()
template<class F , unsigned int bSize>
template<class RowMatrix >
§ mult() [1/3]
template<class F , unsigned int bSize>
template<class BasisIterator , class FF >
§ mult() [2/3]
template<class F , unsigned int bSize>
template<class BasisIterator , class Vector >
§ mult() [3/3]
template<class F , unsigned int bSize>
template<unsigned int deriv, class BasisIterator , class Vector >
§ size()
template<class F , unsigned int bSize>
§ blockSize
template<class F , unsigned int bSize>
The documentation for this class was generated from the following file: