aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
* 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
* | bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue)Gravatar Gael Guennebaud2013-06-24
* | Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
| * Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
* | Fix bug #544: assertion in JacobiSVD when compiling with EIGEN_NO_AUTOMATIC_R...Gravatar Gael Guennebaud2013-02-12
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #486: template speacialization of member functions must be declared i...Gravatar Gael Guennebaud2012-07-05
* fix performance regression due to check_rows_cols_for_overflow and add approp...Gravatar Gael Guennebaud2012-06-26
* prevent the allocation of the two preconditioner, only one is neededGravatar Gael Guennebaud2012-06-15
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15