Class template Dune::XT::LA::internal::VectorAbstractionBase

template<class VectorImp>
class Dune::XT::LA::internal::VectorAbstractionBase

No documentation provided.

static inline ScalarType Dune::XT::LA::internal::VectorAbstractionBase::get_entry(const VectorType &vector, const size_t ii)

No documentation provided.

static inline void Dune::XT::LA::internal::VectorAbstractionBase::set_entry(VectorType &vector, const size_t ii, const ScalarType &val)

No documentation provided.

static inline void Dune::XT::LA::internal::VectorAbstractionBase::add_to_entry(VectorType &vector, const size_t ii, const ScalarType &val)

No documentation provided.

static inline ScalarType *Dune::XT::LA::internal::VectorAbstractionBase::data(VectorType &vec)

No documentation provided.

static inline const ScalarType *Dune::XT::LA::internal::VectorAbstractionBase::data(const VectorType &vec)

No documentation provided.

const bool Dune::XT::LA::internal::VectorAbstractionBase::is_vector

No documentation provided.

const bool Dune::XT::LA::internal::VectorAbstractionBase::has_static_size

No documentation provided.

const size_t Dune::XT::LA::internal::VectorAbstractionBase::static_size

No documentation provided.

const bool Dune::XT::LA::internal::VectorAbstractionBase::is_contiguous

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::VectorType

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::ScalarType

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::RealType

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::S

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::R

No documentation provided.

type Dune::XT::LA::internal::VectorAbstractionBase::VectorTypeTemplate

No documentation provided.

template<size_t SIZE = static_size>
static inline typename std::enable_if<is_vector, VectorType>::type Dune::XT::LA::internal::VectorAbstractionBase::create(const size_t sz, const ScalarType &val = <recovery-expr>())

No documentation provided.