35 #ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
604 template<
typename MT
605 ,
bool SO = IsColumnMajorMatrix<MT>::value
606 ,
bool DF = IsDenseMatrix<MT>::value
607 ,
bool NF = IsNumericMatrix<MT>::value >
608 class SymmetricMatrix
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.
Header file for the IsNumericMatrix type trait.