aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/EigenSolver.h
Commit message (Expand)AuthorAge
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Remove custom complex division function cdiv.Gravatar Gael Guennebaud2016-07-25
* Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* Fixed a typo in the patchGravatar Benoit Steiner2015-07-02
* Fix double to Scalar unwanted promotionsGravatar Nicolas Mellado2015-06-21
* bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...Gravatar Christoph Hertzberg2015-03-30
* 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 #793: detect NaN and INF in EigenSolver instead of aborting with an assert.Gravatar Gael Guennebaud2014-04-14
* bug #793: fix overflow in EigenSolver and add respective regression unit testGravatar Gael Guennebaud2014-04-14
* merge with main branchGravatar Gael Guennebaud2013-07-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
| * bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
| * Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* RealQZ: optimize general hessenberg to not apply rotations to zero entries.Gravatar Gael Guennebaud2012-07-24
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix bug #410: fix a possible out of range access in EigenSolverGravatar Gael Guennebaud2012-01-25
* Make sure that now-fixed assert is not triggered.Gravatar Jitse Niesen2012-01-19
* Fix broken asserts releaved by Clang.Gravatar Keir Mierle2012-01-18
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* 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
* 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
* Get rid of wrong "subscript above bounds" warning (bug #149).Gravatar Jitse Niesen2011-05-07
* Normalize eigenvectors returned by EigenSolver (fixes bug #249)Gravatar Jitse Niesen2011-04-15
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Return matrices by constant reference where possible.Gravatar Jitse Niesen2010-05-24
* Replace local variables by member variables in compute() methods.Gravatar Jitse Niesen2010-05-24
* Simplify computation of eigenvectors in EigenSolver.Gravatar Jitse Niesen2010-04-26