35 #ifndef _BLAZE_MATH_VIEWS_SUBVECTOR_BASETEMPLATE_H_ 36 #define _BLAZE_MATH_VIEWS_SUBVECTOR_BASETEMPLATE_H_ 430 template<
typename VT
432 ,
bool TF = IsRowVector<VT>::value
433 ,
bool DF = IsDenseVector<VT>::value >
View on a specific subvector of a dense or sparse vector.The Subvector class template represents a vi...
Definition: BaseTemplate.h:434
Header file for the alignment flag values.
Header file for the IsRowVector type trait.
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
Header file for the IsDenseVector type trait.