aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
* Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
* 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
* bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* bug #790: fix overflow in real_2x2_jacobi_svdGravatar Gael Guennebaud2014-04-14
* 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
* remove an extra ';' and suppress a 'variable used before its value is set' wa...Gravatar Gael Guennebaud2012-04-11
* Document that JacobiSVD also handles complex matrices.Gravatar Jitse Niesen2012-01-26
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* Convert tabs to spaces.Gravatar Jitse Niesen2011-09-27
* Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #271: fix copy/paste mistakes in docGravatar Gael Guennebaud2011-05-23
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* one more const missingGravatar Gael Guennebaud2011-01-25
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* make UpperBidiagonalization internal: don't want to support it, it's not used.Gravatar Benoit Jacob2010-11-23
* prevent warningGravatar Gael Guennebaud2010-11-10