[go: up one dir, main page]

Draft: Fix Jacobi SVD's overflow issue, through more checks in Jacobi Rotations.

Reference issue

#1798

What does this implement/fix?

  • Avoid initial division (x - z)/ 2y in Jacobi Rotation, and scale vars before computing L2 norms when needed.
  • This will help to reduce underflow and overflow issues in JacobiSVD computations.
Edited by Xinle Liu

Merge request reports

Loading