35#ifndef _BLAZE_MATH_VIEWS_COLUMNS_BASETEMPLATE_H_
36#define _BLAZE_MATH_VIEWS_COLUMNS_BASETEMPLATE_H_
63 ,
bool SO = IsColumnMajorMatrix_v<MT>
64 ,
bool DF = IsDenseMatrix_v<MT>
65 ,
bool SF = IsSymmetric_v<MT>
91using Columns_ = Columns< MT
92 , IsColumnMajorMatrix_v<MT>
Header file for the IsColumnMajorMatrix type trait.
Header file for the IsDenseMatrix type trait.
Header file for the IsSymmetric type trait.
Header file for basic type definitions.