aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/BDCSVD
Commit message (Expand)AuthorAge
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* BDCSVD: fix CMake install (missing separator).Gravatar Benjamin Chrétien2014-10-24
* Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix D&C SVD wrt zero matricesGravatar Gael Guennebaud2014-10-17
* D&C SVD: fix some numerical issues by truly skipping deflated singular values...Gravatar Gael Guennebaud2014-10-15
* D&C SVD: fix deflation of repeated singular values, fix sorting of singular v...Gravatar Gael Guennebaud2014-10-15
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* Many improvements in Divide&Conquer SVD:Gravatar Gael Guennebaud2014-09-22
* Exploit sparse structure in naiveU and naiveV when updating them.Gravatar Gael Guennebaud2014-09-05
* Apply Householder U and V in-place.Gravatar Gael Guennebaud2014-09-04
* Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* Clean bdcsvdGravatar Gael Guennebaud2014-09-02
* Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01