Home
last modified time | relevance | path

Searched refs:IsVector (Results 1 – 13 of 13) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp48 struct IsVector struct
106 constexpr bool is_scalar() {return (!IsVector<DA>::value && in is_scalar()
117 constexpr bool must_use_matrix_idx() {return (!IsVector<DA>::value && in must_use_matrix_idx()
129 constexpr bool vector_idx_pair() {return (IsVector<DA>::value && in vector_idx_pair()
130 IsVector<DB>::value && in vector_idx_pair()
158 constexpr bool is_only_vector() {return (IsVector<DA>::value && in is_only_vector()
384 typename std::enable_if<IsVector<L>::value,bool>::type = true>
390 typename std::enable_if<!IsVector<L>::value && IsVector<R>::value,bool>::type = true>
423 IsVector<L>::value &&
424 IsVector<R>::value,bool>::type = true>
[all …]
Dmatrix.hpp70 struct IsVector<Matrix<P,R,C,Allocator>> struct
131 struct IsVector<const Matrix<P,R,C,Allocator>&> struct
138 struct IsVector<MatrixView<P,CONSTRAINED_DYNAMIC>> struct
144 struct IsVector<const MatrixView<P,CONSTRAINED_DYNAMIC>&> struct
529 typename std::enable_if<IsVector<L>::value && IsVector<R>::value,bool>::type = true>
542 typename std::enable_if<IsVector<L>::value,bool>::type = true>
556 typename std::enable_if<IsVector<R>::value,bool>::type = true>
572 typename std::enable_if<IsVector<L>::value &&
573 IsVector<R>::value,bool>::type = true>
601 typename std::enable_if<IsVector<L>::value &&
[all …]
Dvec.hpp205 struct IsVector<Vector<P,L,Allocator>> struct
212 struct IsVector<const Vector<P,L,Allocator>&> struct
218 struct IsVector<const Vector_Base<P>&> struct
224 struct IsVector<Vector_Base<P>> struct
257 struct IsVector<VectorView<T,stride>> struct
495 std::enable_if<IsVector<VA>::value &&
496 IsVector<VB>::value &&
Dmatrix_impl.hpp110 typename std::enable_if<IsVector<Derived>::value,bool>::type = true>
139 typename std::enable_if<IsVector<Derived>::value,bool>::type = true>
436 typename std::enable_if<IsVector<VA>::value &&
456 typename std::enable_if<IsVector<VA>::value &&
676 typename std::enable_if<IsVector<Derived>::value,bool>::type = true>
706 typename std::enable_if<IsVector<Derived>::value,bool>::type = true>
765 typename std::enable_if<IsVector<VA>::value &&
780 typename std::enable_if<IsVector<VA>::value &&
Dforward.hpp79 struct IsVector;
Dalgorithms.hpp65 typename std::enable_if<IsVector<VB>::value &&
89 typename std::enable_if<IsVector<VB>::value &&
Dmatrix_view.hpp447 typename std::enable_if<IsVector<VA>::value &&
931 typename std::enable_if<IsVector<VA>::value &&
1417 typename std::enable_if<IsVector<VA>::value &&
Dunroll.hpp135 struct IsVector<Merged<E...>> struct
/cmsis-dsp-latest/dsppp/tests/
Dcommon_tests.h128 typename std::enable_if<IsVector<TA>::value &&
130 IsVector<TB>::value &&
160 && !IsVector<T>::value && !HasMatrixIndexing<T>::value,bool>::type = true>
Dmatrix_test.cpp1171 IsVector<V>::value,bool>::type = true>
1184 IsVector<V>::value,bool>::type = true>
1196 IsVector<V>::value,bool>::type = true>
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dbasic.hpp29 typename std::enable_if<IsVector<DST>::value &&
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dbasic.hpp34 IsVector<DST>::value &&
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dbasic.hpp25 IsVector<DST>::value &&