|
| template<class K1 , class K2 , int n> |
| auto | operator() (const Dune::FieldVector< K1, n > &x, const Dune::FieldVector< K2, n > &y) const |
| |
| template<class K1 , class K2 , int n, int m> |
| auto | operator() (const Dune::FieldMatrix< K1, n, m > &x, const Dune::FieldMatrix< K2, n, m > &y) const |
| |
| template<class K1 , class K2 , int n, int m> |
| auto | operator() (const Dune::FieldMatrix< K1, n, m > &x, const Dune::FieldVector< K2, n > &y) const |
| |
| template<class K1 , class K2 , int n, int m> |
| auto | operator() (const Dune::FieldVector< K1, n > &x, const Dune::FieldMatrix< K2, n, m > &y) const |
| |
| template<class K1 , class K2 , int n> |
| auto | operator() (const Dune::ScaledIdentityMatrix< K1, n > &x, const Dune::FieldMatrix< K2, n, n > &y) const |
| |
| template<class K1 , class K2 , int n> |
| auto | operator() (const Dune::FieldMatrix< K1, n, n > &x, const Dune::ScaledIdentityMatrix< K2, n > &y) const |
| |
| template<class K1 , class K2 , int n> |
| auto | operator() (const Dune::ScaledIdentityMatrix< K1, n > &x, const Dune::ScaledIdentityMatrix< K2, n > &y) const |
| |
| template<class L , class R , long unsigned int n> |
| auto | operator() (const std::array< L, n > &x, const std::array< R, n > &y) const |
| |