![]() |
deal.II version GIT relicensing-2901-g19332422bd 2025-03-23 19:50:00+00:00
|
#include <deal.II/base/tensor_accessors.h>
Public Types | |
using | type = T & |
An internally used type trait to allow nested application of the function reordered_index_view(T &t).
The problem is that when working with the actual tensorial types, we have to return subtensors by reference - but sometimes, especially for StoreIndex and ReorderedIndexView that return rvalues, we have to return by value.
Definition at line 356 of file tensor_accessors.h.
using TensorAccessors::internal::ReferenceType< T >::type = T & |
Definition at line 358 of file tensor_accessors.h.