35 #ifndef _BLAZE_MATH_VIEWS_COLUMN_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_VIEWS_COLUMN_BASETEMPLATE_H_ 63 ,
bool SO = IsColumnMajorMatrix_v<MT>
64 ,
bool DF = IsDenseMatrix_v<MT>
65 ,
bool SF = IsSymmetric_v<MT>
91 using Column_ = Column< MT
92 , IsColumnMajorMatrix_v<MT>
Header file for basic type definitions.
Header file for the IsColumnMajorMatrix type trait.
Header file for the IsSymmetric type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsDenseMatrix type trait.