Home
last modified time | relevance | path

Searched defs:IsVector (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvec.hpp205 struct IsVector<Vector<P,L,Allocator>> struct
207 constexpr static bool value = true;
212 struct IsVector<const Vector<P,L,Allocator>&> struct
214 constexpr static bool value = true;
218 struct IsVector<const Vector_Base<P>&> struct
220 constexpr static bool value = true;
224 struct IsVector<Vector_Base<P>> struct
226 constexpr static bool value = true;
257 struct IsVector<VectorView<T,stride>> struct
259 constexpr static bool value = true;
Dmatrix.hpp70 struct IsVector<Matrix<P,R,C,Allocator>> struct
72 constexpr static bool value = true;
131 struct IsVector<const Matrix<P,R,C,Allocator>&> struct
133 constexpr static bool value = true;
138 struct IsVector<MatrixView<P,CONSTRAINED_DYNAMIC>> struct
140 constexpr static bool value = true;
144 struct IsVector<const MatrixView<P,CONSTRAINED_DYNAMIC>&> struct
146 constexpr static bool value = true;
636 struct IsVector<_Outer<LHS,RHS,DerivedOp>> struct
638 constexpr static bool value = false;
Dfusion.hpp48 struct IsVector struct
50 constexpr static bool value = false;
628 struct IsVector<_Expr<DerivedOp>> struct
630 constexpr static bool value = IsVector<DerivedOp>::value;
640 struct IsVector<_Binary<LHS,RHS,DerivedOp>> struct
642 constexpr static bool value =
826 struct IsVector<_Unary<LHS,DerivedOp>> struct
828 constexpr static bool value = IsVector<LHS>::value;
Dunroll.hpp135 struct IsVector<Merged<E...>> struct
137 constexpr static bool value = true;