Class template Dune::XT::Common::FieldVector

Inherits from Dune::FieldVector.

template<class K, int SIZE>
class Dune::XT::Common::FieldVector : public Dune::FieldVector<K, SIZE>
template<>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const K &kk = <recovery-expr>())

No documentation provided.

template<>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const ThisType &other) = default

No documentation provided.

template<>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const BaseType &other)

No documentation provided.

template<>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const int &vec)

No documentation provided.

template<>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(std::initializer_list<K> list)

No documentation provided.

type Dune::XT::Common::FieldVector::BaseType

No documentation provided.

type Dune::XT::Common::FieldVector::ThisType

No documentation provided.

template<class Type = K>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const typename std::enable_if<SIZE == 1 && std::is_same<K, Type>::value, typename Dune::FieldMatrix<K, 1, 1>>::type &mat)

No documentation provided.

template<class C>
Dune::XT::Common::FieldVector::FieldVector<K, SIZE>(const int &x, int* = nullptr)

No documentation provided.