dune-common  2.2.1
Classes | Namespaces

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 "typetraits.hh"
#include "exceptions.hh"
#include "array.hh"
#include "densevector.hh"
#include "static_assert.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

namespace  Dune
 Dune namespace.
 

Detailed Description

Implements a vector constructed from a given type representing a field and a compile-time given size.