|
template<class T > |
void | Dune::Fem::axpy (const T &a, const T &x, T &y) |
|
template<class K , int SIZE> |
void | Dune::Fem::axpy (const typename FieldTraits< K >::field_type &a, const FieldVector< K, SIZE > &x, FieldVector< K, SIZE > &y) |
|
template<class K , int ROWS, int COLS> |
void | Dune::Fem::axpy (const typename FieldTraits< K >::field_type &a, const FieldMatrix< K, ROWS, COLS > &x, FieldMatrix< K, ROWS, COLS > &y) |
|
double | Dune::Fem::scalarProduct (const double &a, const double &b) |
|
template<class T > |
T::field_type | Dune::Fem::scalarProduct (const T &a, const T &b) |
|
template<class K , int ROWS, int COLS> |
K | Dune::Fem::scalarProduct (const FieldMatrix< K, ROWS, COLS > &a, const FieldMatrix< K, ROWS, COLS > &b) |
|
template<class K , int ROWS, int COLS, int R> |
K | Dune::Fem::scalarProduct (const FieldVector< FieldMatrix< K, ROWS, COLS >, R > &a, const FieldVector< FieldMatrix< K, ROWS, COLS >, R > &b) |
|
template<class K , int ROWS, int COLS, int R> |
K | Dune::Fem::scalarProduct (const ExplicitFieldVector< FieldMatrix< K, ROWS, COLS >, R > &a, const ExplicitFieldVector< FieldMatrix< K, ROWS, COLS >, R > &b) |
|