aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/EigenSolver.h
Commit message (Expand)AuthorAge
* 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
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
| * Move computation of eigenvalues from RealSchur to EigenSolver.Gravatar Jitse Niesen2010-04-12
| * RealSchur and EigenSolver: some straightforward renames.Gravatar Jitse Niesen2010-04-02
| * Split computation of real Schur form in EigenSolver to its own class.Gravatar Jitse Niesen2010-04-01
| * Use HessenbergDecomposition in EigenSolver.Gravatar Jitse Niesen2010-03-31
| * Extend documentation and add examples for EigenSolver class.Gravatar Jitse Niesen2010-03-31
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)Gravatar Gael Guennebaud2009-09-30
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04