Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_impl.hpp35 struct Slice struct
43 Slice(const index_t s,const index_t e):start(s),stop(e){}; in Slice() argument
46 const index_t start;
49 const index_t stop;