Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp86 struct StaticStride<Matrix<P,R,C,Allocator>> struct
88 constexpr static index_t value = C;
118 struct StaticStride<MatrixView<P,S>> struct
120 constexpr static index_t value = S;
158 struct StaticStride<const Matrix<P,R,C,Allocator>&> struct
160 constexpr static index_t value = C;
190 struct StaticStride<const MatrixView<P,S>&> struct
192 constexpr static index_t value = S;
Dvec.hpp191 struct StaticStride struct
193 constexpr static std::size_t value = 1;
197 struct StaticStride<VectorView<T,S>> struct
199 constexpr static std::size_t value = S;