35 #ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
528 template<
typename MT
529 ,
bool SO = IsColumnMajorMatrix<MT>::value
530 ,
bool DF = IsDenseMatrix<MT>::value
531 ,
bool NF = IsNumeric<typename MT::ElementType>::value >
532 class SymmetricMatrix;
Header file for the IsColumnMajorMatrix type trait.
Header file for the IsDenseMatrix type trait.
Header file for the IsNumeric type trait.