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

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

template<class ScalarType>
class Dune::XT::LA::internal::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major> : public MatrixBackendBase<ScalarType>

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseMatrixBackend::get_entry_ref

template<class ScalarType>
ScalarType &Dune::XT::LA::internal::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>::get_entry_ref(const int rr, const int cc)

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseMatrixBackend::get_entry_ref

template<class ScalarType>
const ScalarType &Dune::XT::LA::internal::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>::get_entry_ref(const int rr, const int cc) const

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseMatrixBackend::get_view

template<class ScalarType>
VectorView<VectorType> Dune::XT::LA::internal::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>::get_view(const int col)

No documentation provided.

Method Dune::XT::LA::internal::CommonDenseMatrixBackend::get_const_view

template<class ScalarType>
ConstVectorView<VectorType> Dune::XT::LA::internal::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>::get_const_view(const int col) const

No documentation provided.

Constructor Dune::XT::LA::internal::CommonDenseMatrixBackend::CommonDenseMatrixBackend<ScalarType, Common::StorageLayout::dense_column_major>

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

No documentation provided.

Type alias Dune::XT::LA::internal::CommonDenseMatrixBackend::BaseType

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

No documentation provided.