|
dune-common
2.11
|
Go to the source code of this file.
Classes | |
| struct | Dune::Std::layout_left |
| A layout where the leftmost extent has stride 1.For two-dimensional tensors this corresponds to column-major indexing. More... | |
| class | Dune::Std::layout_left::mapping< Extents > |
| A layout mapping where the leftmost extent has stride 1. More... | |
| struct | Dune::Std::layout_right |
| A layout where the rightmost extent has stride 1, and strides increase right-to-left as the product of extents.For two-dimensional tensors this corresponds to row-major indexing. More... | |
| class | Dune::Std::layout_right::mapping< Extents > |
| A layout mapping where the rightmost extent has stride 1. More... | |
| struct | Dune::Std::layout_stride |
| A layout mapping where the strides are user-defined. More... | |
| class | Dune::Std::layout_stride::mapping< Extents > |
| A layout mapping where the strides are user-defined. More... | |
Namespaces | |
| Dune::Std | |
| Namespace for features backported from new C++ standards. | |
1.8.14