35 #ifndef _BLAZE_MATH_VIEWS_COLUMN_BASETEMPLATE_H_
36 #define _BLAZE_MATH_VIEWS_COLUMN_BASETEMPLATE_H_
350 template<
typename MT
351 ,
bool SO = IsColumnMajorMatrix<MT>::value
352 ,
bool DF = IsDenseMatrix<MT>::value
353 ,
bool SF = IsSymmetric<MT>::value >
Header file for the alignment flag values.
Header file for the IsColumnMajorMatrix type trait.
Header file for the IsSymmetric type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Reference to a specific column of a dense or sparse matrix.The Column template represents a reference...
Definition: BaseTemplate.h:354
Header file for the IsDenseMatrix type trait.