35 #ifndef _BLAZE_MATH_PADDINGFLAG_H_ 36 #define _BLAZE_MATH_PADDINGFLAG_H_ constexpr bool unpadded
Padding flag for unpadded vectors and matrices.Via this flag it is possible to specify custom vectors...
Definition: PaddingFlag.h:64
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
constexpr bool padded
Padding flag for padded vectors and matrices.Via this flag it is possible to specify custom vectors a...
Definition: PaddingFlag.h:86