35#ifndef _BLAZE_MATH_VIEWS_SUBVECTOR_BASETEMPLATE_H_
36#define _BLAZE_MATH_VIEWS_SUBVECTOR_BASETEMPLATE_H_
64 ,
bool TF = IsRowVector_v<VT>
65 ,
bool DF = IsDenseVector_v<VT>
92using Subvector_ = Subvector< VT
Header file for the alignment flag enumeration.
Header file for the IsDenseVector type trait.
Header file for the IsRowVector type trait.
AlignmentFlag
Alignment flag for (un-)aligned vectors and matrices.
Definition: AlignmentFlag.h:63
@ unaligned
Flag for unaligned vectors and matrices.
Definition: AlignmentFlag.h:64
Header file for basic type definitions.