aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD/JacobiSVD.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Add an info() method to the SVDBase class to make it possible to tell the use...Gravatar Rasmus Munk Larsen2021-03-31
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
* bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
* Fix compilation of JacobiSVD for vectors typeGravatar Gael Guennebaud2017-01-31
* Make sure not to call numext::maxi on expression templatesGravatar Niels Ole Salscheider2016-11-12
* Let be consistent and consider any denormal number as zero.Gravatar Gael Guennebaud2016-09-15
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Fix regression in a previous commit: some diagonal entry might not be treated...Gravatar Gael Guennebaud2016-07-13
* Avoid division by very small entries when extracting singularvalues, and expl...Gravatar Gael Guennebaud2016-07-12
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Improve numerical robustness of JacoviSVD:Gravatar Gael Guennebaud2016-04-14
* Fix JacobiSVD for complex when the complex-to-real update already gives a dia...Gravatar Gael Guennebaud2016-04-13
* Fix underflow in JacoviSVD's complex to real preconditionerGravatar Gael Guennebaud2016-04-13
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* mergeGravatar Gael Guennebaud2015-12-11
|\
| * bug #1134: fix JacobiSVD pre-allocationGravatar Gael Guennebaud2015-12-11
* | Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
|/
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...Gravatar Christoph Hertzberg2015-03-30
* Slight numerical stability improvement in 2x2 svdGravatar Gael Guennebaud2015-03-27
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Fix dynamic allocation in JacobiSVD (regression)Gravatar Gael Guennebaud2014-12-08
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix JacobiSVD wrt undeR/overflow by doing scaling prior to QR preconditioningGravatar Gael Guennebaud2014-10-17
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
* | Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
| | * Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
| | * Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
| |/
| * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\|
| * bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * bug #790: fix overflow in real_2x2_jacobi_svdGravatar Gael Guennebaud2014-04-14
* | Migrate JacobiSVD to SolverGravatar Gael Guennebaud2014-03-11
|/
* Add scaling in JacobiSVD to avoid overflowsGravatar Gael Guennebaud2013-11-19
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | JacobiSVD: fix a 0/0 issue for complexesGravatar Gael Guennebaud2013-11-04
* | JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* | Add a rank method with threshold control to JacobiSVD, and make solve uses it...Gravatar Gael Guennebaud2013-11-01
| * Disable some shortcuts with nvccGravatar Gael Guennebaud2013-07-31
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* | bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue)Gravatar Gael Guennebaud2013-06-24
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10