aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues
Commit message (Expand)AuthorAge
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* fix warningGravatar Radu Bogdan Rusu2010-09-27
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18
* disable the optimized 3x3 path for complexes which was not working at allGravatar Gael Guennebaud2010-07-16
* fix bad fuzzy comparison in 3x3 tridiagonalizationGravatar Gael Guennebaud2010-07-16
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17
* implement other variantsGravatar Gael Guennebaud2010-06-17
* warn users other variants are not implemented yet... (will do it very soon)Gravatar Gael Guennebaud2010-06-16
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* Fix compilation of docs after changes in Eigenvalues module.Gravatar Jitse Niesen2010-06-14
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* * 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
* Refactor compute() by splitting off two smaller private methods.Gravatar Jitse Niesen2010-06-03
* Add field m_maxIterations; break loop when this limit is exceeded.Gravatar Jitse Niesen2010-06-02
* Make all compute() methods return a reference to *this.Gravatar Jitse Niesen2010-06-01
* Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
* 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
* Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Document SelfAdjointEigenSolver and add examples.Gravatar Jitse Niesen2010-05-04
* Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
* Simplify computation of eigenvectors in EigenSolver.Gravatar Jitse Niesen2010-04-26
* Use topRows() and rightCols() in ComplexSchur and RealSchur.Gravatar Jitse Niesen2010-04-26
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* - 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
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * Move computation of eigenvalues from RealSchur to EigenSolver.Gravatar Jitse Niesen2010-04-12
| * RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| * RealSchur: Make sure zeros are really zero; simplify initFrancisQRStep().Gravatar Jitse Niesen2010-04-09
| * RealSchur: change parameter lists; minor rewrite of computeShift().Gravatar Jitse Niesen2010-04-07
| * RealSchur: use makeHouseholder() to construct the transformation.Gravatar Jitse Niesen2010-04-07
| * RealSchur: Rename l and n to il and iu.Gravatar Jitse Niesen2010-04-06
| * RealSchur: split computation in smaller functions.Gravatar Jitse Niesen2010-04-06
| * RealSchur: Use Householder module in Francis QR step.Gravatar Jitse Niesen2010-04-06
| * RealSchur: reduce scope of temporary variables in hqr2().Gravatar Jitse Niesen2010-04-06