Searched refs:OutputMatrix (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | algorithms.hpp | 171 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 …]
|
D | forward.hpp | 58 struct OutputMatrix;
|
D | matrix.hpp | 398 struct OutputMatrix { struct
|