aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
Commit message (Expand)AuthorAge
* Scaled epsilon the wrong way.Gravatar Antonio Sanchez2021-04-07
* Fix SelfAdjoingEigenSolver (#2191)Gravatar Antonio Sanchez2021-04-05
* Updated SelfAdjointEigenSolver documentation to include that the eigenvectors...Gravatar Theo Fletcher2021-03-16
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* bug #1600: initialize m_info to InvalidInput by default, even though m_info i...Gravatar Gael Guennebaud2018-09-18
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse);Gravatar Gael Guennebaud2017-02-20
* Address several implicit scalar conversions.Gravatar Gael Guennebaud2016-08-23
* Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
* Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
* Fix compilation.Gravatar Gael Guennebaud2016-06-03
* Fix SelfAdjointEigenSolver for some input expression types, and add new regre...Gravatar Gael Guennebaud2016-05-19
* Use coeff(i,j) instead of operator().Gravatar Gael Guennebaud2016-05-18
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Fixed cuda code: EIGEN_DEVICE_FUNC must come after template<...>Gravatar Christoph Hertzberg2015-09-10
* Fixed minor regression caused by 7031a851d45a8526474ac1ac972ad12a48e99f1aGravatar Christoph Hertzberg2015-09-08
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Remove wrongly pushed debugging statementsGravatar Gael Guennebaud2015-07-22
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
* Enforce eigenvectors to be column-major (for performance reasons)Gravatar Gael Guennebaud2015-06-19
* Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
* bug #1014: More stable direct computation of eigenvalues and -vectors for 3x3...Gravatar Christoph Hertzberg2015-05-17
* Ignore denormal numbers in selfadjoint eigensolver.Gravatar Gael Guennebaud2015-05-12
* bug #1013: fix 2x2 direct eigensolver for identical eiegnvaluesGravatar Gael Guennebaud2015-05-07
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
* Fix dox at internal::tridiagonal_qr_stepGravatar Chen-Pang He2014-07-06
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issueGravatar Gael Guennebaud2014-01-24
* Move internal::swap to numext to fix ambiguous call with std::swapGravatar Gael Guennebaud2013-11-07
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* | Fix bug #326 : expose tridiagonal eigensolver to end-users through ComputeFro...Gravatar Desire NUENTSA2013-07-18
|/
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix bug #540: SelfAdjointEigenSolver improperly used the upper triangular par...Gravatar Sergey Popov2013-01-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fix precision regression when attempting to fix underflow issues.Gravatar Gael Guennebaud2012-08-05
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix possible underflow issues in SelfAdjointEigenSolverGravatar Gael Guennebaud2012-07-10
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15