35 #ifndef _BLAZE_MATH_ADAPTORS_UNIUPPERMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_UNIUPPERMATRIX_BASETEMPLATE_H_
537 template<
typename MT
538 ,
bool SO = IsColumnMajorMatrix<MT>::value
539 ,
bool DF = IsDenseMatrix<MT>::value >
540 class UniUpperMatrix;
Header file for the IsColumnMajorMatrix type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the IsDenseMatrix type trait.