aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD/BDCSVD.h
Commit message (Expand)AuthorAge
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* Remove most of the dynamic memory allocations that occured in D&C SVD. Still ...Gravatar Gael Guennebaud2015-03-31
* Fix regression introduced in 3b169d792df8bcdd9ddbc645ffcfdb0636e585afGravatar Gael Guennebaud2015-03-31
* Suppress unused variable warningGravatar Christoph Hertzberg2015-03-31
* bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...Gravatar Christoph Hertzberg2015-03-30
* D&C SVD: directly falls back to JacobiSVD for very small problems (by-pass up...Gravatar Gael Guennebaud2015-03-24
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Disable MatrixBase::bdcSvd with CUDA (just like MatrixBase::jacobiSvdGravatar Gael Guennebaud2014-11-26
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29