aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
...
* 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
* Slight numerical stability improvement in 2x2 svdGravatar Gael Guennebaud2015-03-27
* D&C SVD: directly falls back to JacobiSVD for very small problems (by-pass up...Gravatar Gael Guennebaud2015-03-24
* Avoid SVD: consider denormalized small numbers as zero when computing the ran...Gravatar Gael Guennebaud2015-03-23
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* Fix unused variable warning.Gravatar Gael Guennebaud2015-02-16
* 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
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * Fix dynamic allocation in JacobiSVD (regression)Gravatar Gael Guennebaud2014-12-08
|/
* 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
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* mergeGravatar Gael Guennebaud2014-10-17
|\
* | Fix JacobiSVD wrt undeR/overflow by doing scaling prior to QR preconditioningGravatar Gael Guennebaud2014-10-17
| * quieted more g++ warnings of the form: warning: typedef XXX locally defined b...Gravatar Mark Borgerding2014-10-16
|/
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
| * Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
* | Optimization: enable cache-efficient application of HouseholderSequence.Gravatar Gael Guennebaud2014-09-04
* | Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* | 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
* | Fix unused variable warningsGravatar Gael Guennebaud2013-10-29
* | Use unblocked version if the matrix is too small, plus some cleaning.Gravatar Gael Guennebaud2013-08-27
* | Implement a blocked upper-bidiagonalization algorithm. The computeUnblocked f...Gravatar Gael Guennebaud2013-08-27
| * 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