![]() |
deal.II version GIT relicensing-2583-g40dc1f37f4 2025-02-09 02:10: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 353 of file tensor_accessors.h.
using TensorAccessors::internal::ReferenceType< T >::type = T & |
Definition at line 355 of file tensor_accessors.h.