Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dalgorithms.hpp171 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot()
174 typename OutputMatrix<MA,MB>::type res; in dot()
186 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot()
189 typename OutputMatrix<MA,MB>::type res; in dot()
200 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot()
202 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot()
214 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot()
216 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot()
256 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot()
258 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot()
[all …]
Dforward.hpp58 struct OutputMatrix;
Dmatrix.hpp398 struct OutputMatrix { struct