Class template Dune::XT::LA::internal::CommonDenseMatrixBackend

Inherits from Dune::XT::LA::internal::MatrixBackendBase.

template<class ScalarType>
class Dune::XT::LA::internal::CommonDenseMatrixBackend : public MatrixBackendBase<ScalarType>

No documentation provided.

ScalarType &Dune::XT::LA::internal::CommonDenseMatrixBackend::get_entry_ref(const size_t rr, const size_t cc)

No documentation provided.

const ScalarType &Dune::XT::LA::internal::CommonDenseMatrixBackend::get_entry_ref(const size_t rr, const size_t cc) const

No documentation provided.

VectorView<VectorType> Dune::XT::LA::internal::CommonDenseMatrixBackend::get_view(const size_t col)

No documentation provided.

ConstVectorView<VectorType> Dune::XT::LA::internal::CommonDenseMatrixBackend::get_const_view(const size_t col) const

No documentation provided.

template<>
Dune::XT::LA::internal::CommonDenseMatrixBackend::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>(const size_t num_rows, const size_t num_cols, const ScalarType value = ScalarType(0))

No documentation provided.

type Dune::XT::LA::internal::CommonDenseMatrixBackend::BaseType

No documentation provided.