Class template Dune::XT::LA::ProvidesBackend

Inherits from Dune::XT::Common::CRTPInterface.

template<class Traits>
class Dune::XT::LA::ProvidesBackend : public Common::CRTPInterface<ProvidesBackend<Traits>, Traits>

Interface for containers that expose an underlying (third-party) backend object.

inline BackendType &Dune::XT::LA::ProvidesBackend::backend()

No documentation provided.

inline const BackendType &Dune::XT::LA::ProvidesBackend::backend() const

No documentation provided.

const Backends Dune::XT::LA::ProvidesBackend::backend_type

No documentation provided.

type Dune::XT::LA::ProvidesBackend::BackendType

No documentation provided.