Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dalgorithms.hpp129 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot()
131 typename OutputVector<M,V>::type res; in dot()
139 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot()
141 typename OutputVector<M,V>::type res(m.rows()); in dot()
Dforward.hpp55 struct OutputVector;
Dmatrix.hpp392 struct OutputVector { struct