aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Eigenvalues
Commit message (Collapse)AuthorAge
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
| | | | * uses named values instead of bools
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
|
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
| | | | | | | | * use SelfAdjointView instead of Eigen2's SelfAdjoint flag. * add tests and documentation. * allow eigenvalues() for non-selfadjoint matrices. * they no longer depend only on SelfAdjointEigenSolver, so move them to a separate file
* Split computation of real Schur form in EigenSolver to its own class.Gravatar Jitse Niesen2010-04-01
| | | | This is done with the minimal amount of work, so the result is very rough.
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
|
* fix #66 : upper triangular checks in ComplexSchurGravatar Gael Guennebaud2009-11-02
|
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04