Lines Matching refs:dot
734 PVector<T,R> res = dot(m,a); in testmatvec()
736 PVector<T> res = dot(m,a); in testmatvec()
804 PVector<T,R> res = dot(m,tmpv); in testcomplexmatvec()
807 PVector<T> res = dot(m,tmpv); in testcomplexmatvec()
888 PMat<T,R,C> res = dot(ma,mb); in testmatmult()
890 PMat<T> res = dot(ma,mb); in testmatmult()
989 …res.sub(Slice(0,R),Slice(0,C)) = copy(dot(ma.sub(Slice(0,R),Slice(0,K)),mb.sub(Slice(0,K),Slice(0,… in testsubmatmult()
1141 T xnorm2 = dot(v.sub(1),v.sub(1)); in _householder()
1315 dot(tmpmat.sub(0,1,0,NBC-c),vt,RM.sub(c,c)); in QR()
1333 dot(tmpmat.sub(0,1,0,NBC-(NBC-1)),vt,RM.sub(NBC-1,NBC-1)); in QR()
1349 dot(tmpmat.sub(0,1,0,NBR-c),vt,Q.sub(c,c)); in QR()
1487 dot(tmp.sub(j),g.sub(j,NBR,0,j) , g.row(j,0,j)); in cholesky()