Home
last modified time | relevance | path

Searched refs:CONSTRAINED_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dcommon.hpp52 constexpr int CONSTRAINED_DYNAMIC = -2; variable
Dmatrix.hpp138 struct IsVector<MatrixView<P,CONSTRAINED_DYNAMIC>>
144 struct IsVector<const MatrixView<P,CONSTRAINED_DYNAMIC>&>
452 typedef MatrixView<P,CONSTRAINED_DYNAMIC> type;
Dmatrix_view.hpp1002 struct MatrixView<T,CONSTRAINED_DYNAMIC>:VectorView<T,1>