|
dune-common
2.3.1
|
Implements a vector constructed from a given type representing a field and a compile-time given size. More...
#include <cmath>#include <cstddef>#include <cstdlib>#include <complex>#include <cstring>#include <utility>#include <dune/common/std/constexpr.hh>#include "typetraits.hh"#include "exceptions.hh"#include "array.hh"#include "densevector.hh"#include "static_assert.hh"#include "unused.hh"Go to the source code of this file.
Classes | |
| class | Dune::FieldVector< K, N > |
| vector space out of a tensor product of fields. More... | |
| 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, N > |
| vector space out of a tensor product of fields. More... | |
Namespaces | |
| Dune | |
| Dune namespace. | |
Implements a vector constructed from a given type representing a field and a compile-time given size.
1.8.7