#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::fvector_assigner< T, s > |
fvector assignment operator More... | |
class | Dune::fmatrix_assigner< T, n, m > |
fvector assignment operator More... | |
Functions | |
template<class T, int s> | |
fvector_assigner< T, s > | Dune::operator<<= (FieldVector< T, s > &v, const T &t) |
fvector assignment operator | |
template<class T, int s> | |
fvector_assigner< T, s > | Dune::operator<<= (FieldVector< T, s > &v, Zero z) |
fvector assignment operator | |
template<class T, int n, int m> | |
fmatrix_assigner< T, n, m > | Dune::operator<<= (FieldMatrix< T, n, m > &v, const T &t) |
FieldMatrix assignment operator. | |
template<class T, int n, int m> | |
fmatrix_assigner< T, n, m > | Dune::operator<<= (FieldMatrix< T, n, m > &v, Zero z) |
fFileMatrix assignment operator | |
Variables | |
struct Dune:: { ... } ::Zero | Dune::zero |
Initializer class for. | |
struct Dune:: { ... } ::NextRow | Dune::nextRow |
Marker class for next row. |