|
dune-localfunctions
2.2.1
|
#include <dune/localfunctions/utility/multiindex.hh>
Public Member Functions | |
| MultiIndex () | |
| template<class F > | |
| MultiIndex (const F &f) | |
| MultiIndex (int, const This &other) | |
| MultiIndex (const This &other) | |
| ~MultiIndex () | |
| int | z (int i) const |
| int | omz (int i) const |
| const Field & | factor () const |
| This & | operator= (const This &other) |
| This & | operator= (const Zero< This > &f) |
| This & | operator= (const Unity< This > &f) |
| template<class F > | |
| This & | operator= (const F &f) |
| bool | operator== (const This &other) const |
| template<class F > | |
| This & | operator*= (const F &f) |
| template<class F > | |
| This & | operator/= (const F &f) |
| This & | operator*= (const This &other) |
| This & | operator/= (const This &other) |
| This & | operator+= (const This &other) |
| This & | operator-= (const This &other) |
| template<class F > | |
| This | operator* (const F &f) const |
| template<class F > | |
| This | operator/ (const F &f) const |
| This | operator* (const This &other) const |
| This | operator/ (const This &other) const |
| This | operator+ (const This &other) const |
| This | operator- (const This &other) const |
| void | set (int d, int power=1) |
| int | absZ () const |
| int | absOMZ () const |
| bool | sameMultiIndex (const This &ind) |
Static Public Attributes | |
| static const int | dimension = dim |
Friends | |
| std::ostream & | operator<< (std::ostream &, const This &) |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::MultiIndex< dim, Field >::dimension.
|
inline |
References Dune::MultiIndex< dim, Field >::dimension.
Referenced by Dune::operator<<().
|
inline |
Referenced by Dune::operator<<().
|
inline |
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::field_cast().
|
inline |
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::MultiIndex< dim, Field >::sameMultiIndex().
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::MultiIndex< dim, Field >::sameMultiIndex().
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::MultiIndex< dim, Field >::z().
|
inline |
References Dune::field_cast().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::field_cast().
|
inline |
|
inline |
References Dune::MultiIndex< dim, Field >::dimension.
Referenced by Dune::MultiIndex< dim, Field >::operator+=(), and Dune::MultiIndex< dim, Field >::operator-=().
|
inline |
|
inline |
Referenced by ONBCompute::Integral< Dune::GenericGeometry::Pyramid< Base > >::compute(), ONBCompute::Integral< Dune::GenericGeometry::Prism< Base > >::compute(), Dune::MultiIndex< dim, Field >::operator*(), Dune::MultiIndex< dim, Field >::operator+(), Dune::MultiIndex< dim, Field >::operator-(), and Dune::MultiIndex< dim, Field >::operator/().
|
friend |
|
static |
1.8.3.1