35#ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
36#define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
610 ,
bool SO = StorageOrder_v<MT>
611 ,
bool DF = IsDenseMatrix_v<MT>
612 ,
bool SF = IsScalar_v< UnderlyingElement_t<MT> > >
Header file for the IsDenseMatrix type trait.
Header file for the IsScalar type trait.
Header file for the UnderlyingElement type trait.
Matrix adapter for symmetric matrices.
Definition: BaseTemplate.h:614
Header file for the StorageOrder type trait.