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