aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD/BDCSVD.h
Commit message (Expand)AuthorAge
* Add an info() method to the SVDBase class to make it possible to tell the use...Gravatar Rasmus Munk Larsen2021-03-31
* Enable bdcsvd on host.Gravatar Antonio Sanchez2021-02-08
* bug #1695: fix a numerical robustness issue. Computing the secular equation a...Gravatar Gael Guennebaud2019-03-27
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* Fix shadowingGravatar Gael Guennebaud2018-09-20
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
* Fix issue with boost::multiprec in previous commitGravatar Gael Guennebaud2017-11-08
* Improve debugging tests and output in BDCSVDGravatar Gael Guennebaud2017-11-08
* Fix overflow issues in BDCSVDGravatar Gael Guennebaud2017-11-08
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* bug #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Improve documentation of BDCSVDGravatar Gael Guennebaud2016-05-04
* bug #1214: consider denormals as zero in D&C SVD. This also workaround infini...Gravatar Gael Guennebaud2016-05-03
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJORGravatar Gael Guennebaud2015-06-19
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* 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