Class template Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction

template<class VectorType, class ScalarType>
class Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>

A base class to derive from when specializing

See also: VectorAbstraction

Method Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction::get_entry

template<class VectorType, class ScalarType>
static inline ScalarType Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>::get_entry(const VectorType &vector, const int ii)

No documentation provided.

Method Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction::set_entry

template<class VectorType, class ScalarType>
static inline void Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>::set_entry(VectorType &vector, const int ii, const ScalarType &val)

No documentation provided.

Method Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction::add_to_entry

template<class VectorType, class ScalarType>
static inline void Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>::add_to_entry(VectorType &vector, const int ii, const ScalarType &val)

No documentation provided.

Method Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction::data

template<class VectorType, class ScalarType>
static inline ScalarType *Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>::data(VectorType &vec)

No documentation provided.

Method Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction::data

template<class VectorType, class ScalarType>
static inline const ScalarType *Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction<VectorType, ScalarType>::data(const VectorType &vec)

No documentation provided.