dune-common 3.0-git
|
Implements a vector constructed from a given type representing a field and a compile-time given size. More...
#include <array>
#include <cmath>
#include <cstddef>
#include <cstdlib>
#include <complex>
#include <cstring>
#include <utility>
#include <initializer_list>
#include <algorithm>
#include "typetraits.hh"
#include "exceptions.hh"
#include "ftraits.hh"
#include "densevector.hh"
#include "unused.hh"
#include "boundschecking.hh"
Go to the source code of this file.
Classes | |
struct | Dune::DenseMatVecTraits< FieldVector< K, SIZE > > |
struct | Dune::FieldTraits< FieldVector< K, SIZE > > |
struct | Dune::IsFieldVectorSizeCorrect< C, SIZE > |
TMP to check the size of a DenseVectors statically, if possible. More... | |
struct | Dune::IsFieldVectorSizeCorrect< FieldVector< T, SIZE >, SIZE > |
struct | Dune::IsFieldVectorSizeCorrect< FieldVector< T, SIZE1 >, SIZE > |
class | Dune::FieldVector< K, SIZE > |
vector space out of a tensor product of fields. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Implements a vector constructed from a given type representing a field and a compile-time given size.