KASKADE 7 development version
|
#include <bank_weiser_est.hh>
Definition at line 525 of file bank_weiser_est.hh.
Public Member Functions | |
LocalNormalMatrixBlock (LocalMatrix &localmatrix_, RT intEl_, Evaluators const &evaluators_, Cache const &cache_) | |
template<class Col > | |
void | operator() (Col const &) const |
Public Attributes | |
LocalMatrix & | localmatrix |
RT | intEl |
Evaluators const & | evaluators |
Cache const & | cache |
Static Public Attributes | |
static const int | dim = boost::fusion::result_of::value_at_c<Evaluators,0>::type::Space::dim |