35 #ifndef _BLAZE_MATH_VIEWS_BAND_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_VIEWS_BAND_BASETEMPLATE_H_ 63 ,
bool TF = defaultTransposeFlag
64 ,
bool DF = IsDenseMatrix<MT>::value
65 ,
bool MF = IsMatMatMultExpr<MT>::value
91 using Band_ = Band< MT
92 , defaultTransposeFlag
93 , IsDenseMatrix<MT>::value
94 , IsMatMatMultExpr<MT>::value
Header file for basic type definitions.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsMatMatMultExpr type trait class.
Header file for the IsDenseMatrix type trait.
Header file for the default transpose flag for all vectors of the Blaze library.