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