Class template Dune::XT::LA::ProvidesDataAccess¶
Inherits from Dune::XT::Common::CRTPInterface.
-
template<class Traits>
class Dune::XT::LA::ProvidesDataAccess : public Common::CRTPInterface<ProvidesDataAccess<Traits>, Traits>¶ Interface for containers that provide raw pointer access to their contiguous underlying data.
-
inline DataType *Dune::XT::LA::ProvidesDataAccess::data()¶
No documentation provided.
-
inline size_t Dune::XT::LA::ProvidesDataAccess::data_size() const¶
No documentation provided.
-
type Dune::XT::LA::ProvidesDataAccess::DataType¶
No documentation provided.