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