Class template Dune::XT::LA::internal::CommonDenseVectorBackend

template<class ScalarImp>
class Dune::XT::LA::internal::CommonDenseVectorBackend

No documentation provided.

ThisType Dune::XT::LA::internal::CommonDenseVectorBackend::copy() const

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator=(const ThisType &other)

No documentation provided.

ScalarType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator[](const size_t ii)

No documentation provided.

const ScalarType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator[](const size_t ii) const

No documentation provided.

void Dune::XT::LA::internal::CommonDenseVectorBackend::resize(const size_t ss)

No documentation provided.

size_t Dune::XT::LA::internal::CommonDenseVectorBackend::size() const

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator+=(const ThisType &other)

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator-=(const ThisType &other)

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator*=(const ThisType &other)

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator*=(const ScalarType &val)

No documentation provided.

ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend::operator/=(const ThisType &other)

No documentation provided.

ScalarType Dune::XT::LA::internal::CommonDenseVectorBackend::operator*(const ThisType &other) const

No documentation provided.

int Dune::XT::LA::internal::CommonDenseVectorBackend::l1_norm() const

No documentation provided.

int Dune::XT::LA::internal::CommonDenseVectorBackend::l2_norm() const

No documentation provided.

int Dune::XT::LA::internal::CommonDenseVectorBackend::sup_norm() const

No documentation provided.

inline ScalarType *Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr()

No documentation provided.

inline const ScalarType *Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr() const

No documentation provided.

template<>
Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>(const size_t ss = 0, const ScalarType &value = ScalarType())

No documentation provided.

template<>
Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>(const size_t ss, ScalarType *values_ptr)

No documentation provided.

template<>
Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>(const ThisType &other)

No documentation provided.

template<>
Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>(ThisType &&other) noexcept

No documentation provided.

size_t Dune::XT::LA::internal::CommonDenseVectorBackend::size_

No documentation provided.

int Dune::XT::LA::internal::CommonDenseVectorBackend::values_vector_

No documentation provided.

ScalarType *Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr_

No documentation provided.

type Dune::XT::LA::internal::CommonDenseVectorBackend::ScalarType

No documentation provided.

type Dune::XT::LA::internal::CommonDenseVectorBackend::ThisType

No documentation provided.