Searched defs:HasMatrixIndexing (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix.hpp | 100 struct HasMatrixIndexing<Matrix<P,R,C,Allocator>> struct 102 constexpr static bool value = true; 124 struct HasMatrixIndexing<MatrixView<P,S>> struct 126 constexpr static bool value = true; 165 struct HasMatrixIndexing<const Matrix<P,R,C,Allocator>&> struct 167 constexpr static bool value = true; 178 struct HasMatrixIndexing<const MatrixView<P,S>&> struct 180 constexpr static bool value = true; 642 struct HasMatrixIndexing<_Outer<LHS,RHS,DerivedOp>> struct 644 constexpr static bool value = true;
|
D | fusion.hpp | 34 struct HasMatrixIndexing struct 36 constexpr static bool value = false; 634 struct HasMatrixIndexing<_Expr<DerivedOp>> struct 636 constexpr static bool value = HasMatrixIndexing<DerivedOp>::value; 649 struct HasMatrixIndexing<_Binary<LHS,RHS,DerivedOp>> struct 651 constexpr static bool value = 832 struct HasMatrixIndexing<_Unary<LHS,DerivedOp>> struct 834 constexpr static bool value = HasMatrixIndexing<LHS>::value;
|