35 #ifndef _BLAZE_MATH_TYPETRAITS_STORAGEORDER_H_
36 #define _BLAZE_MATH_TYPETRAITS_STORAGEORDER_H_
76 template<
typename T >
91 static const bool value =
If< IsMatrix<T>, ValidType, INVALID_TYPE >::Type::value;
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
const bool columnMajor
Storage order flag for column-major matrices.
Definition: StorageOrder.h:99
Header file for the IsMatrix type trait.
Header file for the matrix storage order types.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Compile time check for row-major matrix types.This type trait tests whether or not the given template...
Definition: IsRowMajorMatrix.h:110
Utility type for generic codes.
Evaluation of the storage order of a given matrix type.Via this type trait it is possible to evaluate...
Definition: StorageOrder.h:77
Header file for the IsRowMajorMatrix type trait.
const bool rowMajor
Storage order flag for row-major matrices.
Definition: StorageOrder.h:71