|
MiniTensor Version of the Day
|
#include <MiniTensor_Traits.h>
Public Types | |
| typedef Tensor4< typename T::type, N > | type |
| Tensor4 with element type T::type. | |
Metafunction that forms a Tensor4 of dimension N whose element type is the nested type of the metafunction T.
Definition at line 192 of file MiniTensor_Traits.h.
| typedef Tensor4<typename T::type, N> minitensor::apply_tensor4< T, N >::type |
Tensor4 with element type T::type.
Definition at line 194 of file MiniTensor_Traits.h.