Home | History | Annotate | Download | only in SVD

Lines Matching full:t2d2

434     RealScalar t2d2 = numext::hypot(t,d);
435 rot1.c() = abs(t)/t2d2;
436 rot1.s() = d/t2d2;