HomeSort by relevance Sort by last modified time
    Searched full:t2d2 (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 434 RealScalar t2d2 = numext::hypot(t,d); local
435 rot1.c() = abs(t)/t2d2;
436 rot1.s() = d/t2d2;
    [all...]

Completed in 54 milliseconds