|
MiniTensor Version of the Day
|
#include <MiniTensor_Traits.h>
Public Types | |
| typedef Matrix< typename T::type, M, N > | type |
| Matrix with element type T::type. | |
Metafunction that forms an M by N Matrix whose element type is the nested type of the metafunction T.
Definition at line 216 of file MiniTensor_Traits.h.
| typedef Matrix<typename T::type, M, N> minitensor::apply_matrix< T, M, N >::type |
Matrix with element type T::type.
Definition at line 218 of file MiniTensor_Traits.h.