Searched refs:t2d2 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h434 RealScalar t2d2 = numext::hypot(t,d); local
435 rot1.c() = abs(t)/t2d2;
436 rot1.s() = d/t2d2;

Completed in 728 milliseconds