Class template Dune::XT::LA::internal::MatrixBackendBase

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

No documentation provided.

Method Dune::XT::LA::internal::MatrixBackendBase::resize

template<class ScalarType>
void Dune::XT::LA::internal::MatrixBackendBase<ScalarType>::resize(const int num_rows, const int num_cols)

No documentation provided.

Constructor Dune::XT::LA::internal::MatrixBackendBase::MatrixBackendBase<ScalarType>

template<>
template<class ScalarType>
Dune::XT::LA::internal::MatrixBackendBase<ScalarType>::MatrixBackendBase<ScalarType>(const int num_rows, const int num_cols, const ScalarType value)

No documentation provided.

Field Dune::XT::LA::internal::MatrixBackendBase::num_rows_

int Dune::XT::LA::internal::MatrixBackendBase::num_rows_

No documentation provided.

Field Dune::XT::LA::internal::MatrixBackendBase::num_cols_

int Dune::XT::LA::internal::MatrixBackendBase::num_cols_

No documentation provided.

Field Dune::XT::LA::internal::MatrixBackendBase::entries_

VectorType Dune::XT::LA::internal::MatrixBackendBase::entries_

No documentation provided.

Type alias Dune::XT::LA::internal::MatrixBackendBase::VectorType

type Dune::XT::LA::internal::MatrixBackendBase::VectorType

No documentation provided.