aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/svd_common.h
Commit message (Collapse)AuthorAge
* Fix transpose versus adjoint.Gravatar Gael Guennebaud2015-03-27
|
* Suppress some false negatives in SVD unit testGravatar Gael Guennebaud2015-03-27
|
* Make SVD unit test even more toughGravatar Gael Guennebaud2014-10-15
|
* Extend svd unit tests to stress problems with duplicated singular values.Gravatar Gael Guennebaud2014-10-15
|
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but ↵Gravatar Gael Guennebaud2014-10-09
| | | | still need to tune for single precision, and carefully test with duplicated singular values
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
|
* Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues ↵Gravatar Gael Guennebaud2014-09-19
in BDCSVD.