Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp409 struct OutputVectorDim struct
411 constexpr static vector_length_t value = DYNAMIC;
416 struct OutputVectorDim<Matrix<P,R,C,Allocator>> struct
418 constexpr static vector_length_t value = R;
423 struct OutputVectorDim<const Matrix<P,R,C,Allocator>&> struct
425 constexpr static vector_length_t value = R;