Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp302 struct NbCols struct
304 constexpr static vector_length_t value = DYNAMIC;
309 struct NbCols<Matrix<P,R,C,Allocator>> struct
311 constexpr static vector_length_t value = C;
316 struct NbCols<const Matrix<P,R,C,Allocator>&> struct
318 constexpr static vector_length_t value = C;
699 struct NbCols<_Outer<LHS,RHS,OP>> struct
701 constexpr static vector_length_t value = NbCols<RHS>::value;