35 #ifndef _BLAZE_MATH_ALIGNMENTFLAG_H_ 36 #define _BLAZE_MATH_ALIGNMENTFLAG_H_ constexpr bool aligned
Alignment flag for aligned vectors and matrices.Via this flag it is possible to specify subvectors...
Definition: AlignmentFlag.h:85
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
constexpr bool unaligned
Alignment flag for unaligned vectors and matrices.Via this flag it is possible to specify subvectors...
Definition: AlignmentFlag.h:64