35 #ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_ 604 template<
typename MT
605 ,
bool SO = StorageOrder_v<MT>
606 ,
bool DF = IsDenseMatrix_v<MT>
607 ,
bool NF = IsNumericMatrix_v<MT> >
Matrix adapter for symmetric matrices.
Definition: BaseTemplate.h:608
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsDenseMatrix type trait.
Header file for the StorageOrder type trait.
Header file for the IsNumericMatrix type trait.