aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
Commit message (Expand)AuthorAge
...
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* Remove asserts that eigenvalue computation has converged (bug #354).Gravatar Jitse Niesen2011-12-12
* trivial compilation fixGravatar Gael Guennebaud2011-12-10
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* improve accuracy of 3x3 direct eigenvector extractionGravatar Gael Guennebaud2011-11-23
* Allow for more iterations in SelfAdjointEigenSolver (bug #354).Gravatar Jitse Niesen2011-11-02
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* fix a numerical issue in the direct 3x3 eigenvector extractionGravatar Gael Guennebaud2011-08-08
* simplify a bit the 2x2 direct eigenvalue solverGravatar Gael Guennebaud2011-07-22
* integrate Hauke's 2x2 direct symmetric eigenvalues solverGravatar Gael Guennebaud2011-07-22
* add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...Gravatar Gael Guennebaud2011-07-21
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of si...Gravatar Gael Guennebaud2011-07-09
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17
* implement other variantsGravatar Gael Guennebaud2010-06-17
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* generalized eigendecomposition docGravatar Gael Guennebaud2010-06-10
* clean general symm eigensolverGravatar Gael Guennebaud2010-06-10
* Fix generalized symm eigensolver (I don't know why the eigenvectors were norm...Gravatar Gael Guennebaud2010-06-10
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Add field m_maxIterations; break loop when this limit is exceeded.Gravatar Jitse Niesen2010-06-02
* Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* 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
* Document SelfAdjointEigenSolver and add examples.Gravatar Jitse Niesen2010-05-04
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* 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
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* 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