35 #ifndef _BLAZE_MATH_TYPETRAITS_COLUMNS_H_ 36 #define _BLAZE_MATH_TYPETRAITS_COLUMNS_H_ 74 template<
typename T >
86 template<
typename T >
99 template<
typename T >
112 template<
typename T >
113 struct Columns< const volatile T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the PtrdiffT class template.
Compile time integral constant wrapper for ptrdiff_t.The PtrdiffT class template represents an integr...
Definition: PtrdiffT.h:72
Compile time evaluation of the number of columns of a matrix.The Columns type trait evaluates the num...
Definition: Columns.h:75