aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/RealSvd2x2.h
Commit message (Collapse)AuthorAge
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
| | | | This also fix serious issues with x387 for which values can be much smaller than the smallest denormal!
* Fix warning.Gravatar Gael Guennebaud2016-06-23
|
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ↵Gravatar Gael Guennebaud2016-06-09
diagonal block of S to positive diagonal form. This step involve a real 2x2 SVD problem. The respective routine is thus in src/misc/ to be shared by both EVD and AVD modules.