35 #ifndef _BLAZE_MATH_ADAPTORS_STRICTLYLOWERMATRIX_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_ADAPTORS_STRICTLYLOWERMATRIX_BASETEMPLATE_H_ 555 template<
typename MT
556 ,
bool SO = IsColumnMajorMatrix<MT>::value
557 ,
bool DF = IsDenseMatrix<MT>::value >
558 class StrictlyLowerMatrix
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.