35 #ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_ 607 template<
typename MT
608 ,
bool SO = StorageOrder<MT>::value
609 ,
bool DF = IsDenseMatrix<MT>::value
610 ,
bool NF = IsNumericMatrix<MT>::value >
Matrix adapter for symmetric matrices.
Definition: BaseTemplate.h:611
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the IsDenseMatrix type trait.
Header file for the StorageOrder type trait.
Header file for the IsNumericMatrix type trait.