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

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::copy

template<class ScalarImp>
ThisType Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::copy() const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator=

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator[]

template<class ScalarImp>
ScalarType &Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::operator[](const int ii)

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator[]

template<class ScalarImp>
const ScalarType &Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::operator[](const int ii) const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::resize

template<class ScalarImp>
void Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::resize(const int ss)

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::size

template<class ScalarImp>
int Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::size() const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator+=

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator-=

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator*=

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator*=

template<class ScalarImp>
ThisType &Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::operator*=(const ScalarType &val)

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator/=

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::operator*

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

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::l1_norm

template<class ScalarImp>
RealType Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::l1_norm() const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::l2_norm

template<class ScalarImp>
RealType Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::l2_norm() const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::sup_norm

template<class ScalarImp>
RealType Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::sup_norm() const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr

template<class ScalarImp>
inline ScalarType *Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::values_ptr()

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr

template<class ScalarImp>
inline const ScalarType *Dune::XT::LA::internal::CommonDenseVectorBackend<ScalarImp>::values_ptr() const

No documentation provided.

Constructor Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>

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

No documentation provided.

Constructor Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>

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

No documentation provided.

Constructor Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>

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

No documentation provided.

Constructor Dune::XT::LA::internal::CommonDenseVectorBackend::CommonDenseVectorBackend<ScalarImp>

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

No documentation provided.

Field Dune::XT::LA::internal::CommonDenseVectorBackend::size_

int Dune::XT::LA::internal::CommonDenseVectorBackend::size_

No documentation provided.

Field Dune::XT::LA::internal::CommonDenseVectorBackend::values_vector_

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

No documentation provided.

Field Dune::XT::LA::internal::CommonDenseVectorBackend::values_ptr_

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

No documentation provided.

Type alias Dune::XT::LA::internal::CommonDenseVectorBackend::ScalarType

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

No documentation provided.

Type alias Dune::XT::LA::internal::CommonDenseVectorBackend::RealType

type Dune::XT::LA::internal::CommonDenseVectorBackend::RealType

No documentation provided.

Type alias Dune::XT::LA::internal::CommonDenseVectorBackend::ThisType

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

No documentation provided.