Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp282 struct NbRows struct
284 constexpr static vector_length_t value = DYNAMIC;
289 struct NbRows<Matrix<P,R,C,Allocator>> struct
291 constexpr static vector_length_t value = R;
296 struct NbRows<const Matrix<P,R,C,Allocator>&> struct
298 constexpr static vector_length_t value = R;
692 struct NbRows<_Outer<LHS,RHS,OP>> struct
694 constexpr static vector_length_t value = NbRows<LHS>::value;