|
dune-functions
2.7.1
|
Go to the source code of this file.
Namespaces | |
| Dune | |
| Dune::Functions | |
Functions | |
| template<class T > | |
| auto | Dune::Functions::flatVectorView (T &t) |
| Create flat vector view of passed mutable container. More... | |
| template<class T > | |
| auto | Dune::Functions::flatVectorView (const T &t) |
| Create flat vector view of passed const container. More... | |
| template<class T > | |
| auto | Dune::Functions::flatVectorView (T &&t) |
| Create flat vector view of passed container temporary. More... | |