Home
last modified time | relevance | path

Searched refs:HasMatrixIndexing (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp34 struct HasMatrixIndexing struct
107 !HasMatrixIndexing<DA>::value);} in is_scalar()
118 HasMatrixIndexing<DA>::value);} in must_use_matrix_idx()
159 !HasMatrixIndexing<DA>::value);} in is_only_vector()
396 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
402 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
408 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
414 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
444 typename std::enable_if<HasMatrixIndexing<L>::value &&
445 HasMatrixIndexing<R>::value,bool>::type = true>
[all …]
Dmatrix.hpp100 struct HasMatrixIndexing<Matrix<P,R,C,Allocator>> struct
124 struct HasMatrixIndexing<MatrixView<P,S>> struct
165 struct HasMatrixIndexing<const Matrix<P,R,C,Allocator>&> struct
178 struct HasMatrixIndexing<const MatrixView<P,S>&> struct
327 HasMatrixIndexing<M>::value &&
339 HasMatrixIndexing<MA>::value &&
351 HasMatrixIndexing<M>::value &&
363 HasMatrixIndexing<MA>::value &&
374 HasMatrixIndexing<MA>::value &&
385 HasMatrixIndexing<MA>::value &&
[all …]
Dforward.hpp107 struct HasMatrixIndexing;
Dalgorithms.hpp46 HasMatrixIndexing<MA>::value &&
47 HasMatrixIndexing<MB>::value /*&&
/cmsis-dsp-latest/dsppp/tests/
Dcommon_tests.h129 !HasMatrixIndexing<TA>::value &&
131 !HasMatrixIndexing<TB>::value,bool>::type = true>
160 && !IsVector<T>::value && !HasMatrixIndexing<T>::value,bool>::type = true>
187 HasMatrixIndexing<MA>::value &&
188 HasMatrixIndexing<MB>::value &&
214 HasMatrixIndexing<MA>::value &&
215 HasMatrixIndexing<MB>::value &&
241 HasMatrixIndexing<MA>::value &&
242 HasMatrixIndexing<MB>::value &&