dune-functions 2.9.1
Loading...
Searching...
No Matches
flatvectorview.hh File Reference

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Functions
 

Functions

template<class T >
auto Dune::Functions::flatVectorView (T &t)
 Create flat vector view of passed mutable container.
 
template<class T >
auto Dune::Functions::flatVectorView (const T &t)
 Create flat vector view of passed const container.
 
template<class T >
auto Dune::Functions::flatVectorView (T &&t)
 Create flat vector view of passed container temporary.