Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp302 struct NbCols struct
309 struct NbCols<Matrix<P,R,C,Allocator>> struct
316 struct NbCols<const Matrix<P,R,C,Allocator>&> struct
328 (NbCols<M>::value == StaticLength<V>::value) &&
341 (NbCols<MA>::value == NbRows<MB>::value) &&
399 constexpr static bool dynamic = (NbRows<MA>::value < 0) || (NbCols<MB>::value < 0);
401 constexpr static vector_length_t nbcols = dynamic ? DYNAMIC : NbCols<MB>::value;
699 struct NbCols<_Outer<LHS,RHS,OP>> struct
701 constexpr static vector_length_t value = NbCols<RHS>::value; argument
Dforward.hpp28 struct NbCols;