35 #ifndef _BLAZE_MATH_TYPETRAITS_TRANSPOSEFLAG_H_
36 #define _BLAZE_MATH_TYPETRAITS_TRANSPOSEFLAG_H_
76 template<
typename T >
91 static const bool value =
If< IsVector<T>, ValidType, INVALID_TYPE >::Type::value;
const bool columnVector
Transpose flag for column vectors.
Definition: TransposeFlag.h:58
Compile time check for row vector types.This type trait tests whether or not the given template argum...
Definition: IsRowVector.h:107
const bool rowVector
Transpose flag for row vectors.
Definition: TransposeFlag.h:73
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
Header file for the IsRowVector type trait.
Header file for the vector transpose flag types.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Header file for the IsVector type trait.
Evaluation of the transpose flag of a given matrix type.Via this type trait it is possible to evaluat...
Definition: TransposeFlag.h:77
Utility type for generic codes.