Lines Matching refs:OutputMatrix
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()
270 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb,const TMP &mbt) in dot()
272 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot()