35 #ifndef _BLAZE_MATH_ADAPTORS_HERMITIANMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_HERMITIANMATRIX_BASETEMPLATE_H_
608 template<
typename MT
609 ,
bool SO = IsColumnMajorMatrix<MT>::value
610 ,
bool DF = IsDenseMatrix<MT>::value >
611 class HermitianMatrix
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.
Header file for the IsNumeric type trait.