Lines Matching defs:res
131 typename OutputVector<M,V>::type res; in dot() local
141 typename OutputVector<M,V>::type res(m.rows()); in dot() local
150 inline void dot(RES && res,const M&m,const V&v) in dot()
174 typename OutputMatrix<MA,MB>::type res; in dot() local
189 typename OutputMatrix<MA,MB>::type res; in dot() local
202 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local
216 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local
243 inline void dot(RES &&res,const MA&ma,const MB&mb) in dot()
258 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local
272 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local
291 Matrix<P,DYNAMIC,DYNAMIC,TMP_ALLOC> res(l,l); in mk_identity() local
308 Matrix<P,L,L,TMP_ALLOC> res; in mk_identity() local