#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/fem/misc/functor.hh>
Go to the source code of this file.
|
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) |
|