Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp79 struct HasStaticStride<Matrix<P,R,C,Allocator>> struct
81 constexpr static bool value = (C>0);
112 struct HasStaticStride<MatrixView<P,S>> struct
114 constexpr static bool value = (S>0);
151 struct HasStaticStride<const Matrix<P,R,C,Allocator>&> struct
153 constexpr static bool value = (C>0);
184 struct HasStaticStride<const MatrixView<P,S>&> struct
186 constexpr static bool value = (S>0);
Dfusion.hpp40 struct HasStaticStride struct
42 constexpr static bool value = false;