Class template Dune::XT::Common::VectorAbstraction¶
-
template<class VecType>
class Dune::XT::Common::VectorAbstraction¶ Traits to uniformly handle dense (mathematical) vectors.
If you want your vector class to benefit from the functionality in this header you have to manually specify a specialization of this class in your code with is_vector defined to true and the appropriate static methods implemented and members defined (see the specializations below).
If you want your vector class to benefit from the functionality in this header you have to manually specify a specialization of this class in your code with is_vector defined to true and the appropriate static methods implemented and members defined (see the specializations below).
See also:
internal::VectorAbstractionBase,internal::VectorAbstractionBase,internal::HasSubscriptOperatorForVectorAbstraction,internal::HasSubscriptOperatorForVectorAbstraction
-
static inline void Dune::XT::Common::VectorAbstraction::create(const size_t)¶
No documentation provided.
-
static inline void Dune::XT::Common::VectorAbstraction::create(const size_t, const int&)¶
No documentation provided.
-
static inline void Dune::XT::Common::VectorAbstraction::get_entry(const int&, const size_t)¶
No documentation provided.
-
static inline void Dune::XT::Common::VectorAbstraction::set_entry(int&, size_t, int&)¶
No documentation provided.
-
static inline int *Dune::XT::Common::VectorAbstraction::data(int&)¶
No documentation provided.
-
const bool Dune::XT::Common::VectorAbstraction::is_vector¶
No documentation provided.
-
const bool Dune::XT::Common::VectorAbstraction::has_static_size¶
No documentation provided.
-
const size_t Dune::XT::Common::VectorAbstraction::static_size¶
No documentation provided.
-
const bool Dune::XT::Common::VectorAbstraction::has_ostream¶
No documentation provided.
-
const bool Dune::XT::Common::VectorAbstraction::is_contiguous
No documentation provided.
-
template<bool is_vec = is_vector>
static inline const int *Dune::XT::Common::VectorAbstraction::data(int&)¶ No documentation provided.