aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/RealSchur.h
Commit message (Expand)AuthorAge
* 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
* Add support for Schur decomposition of matrices in Hessenberg formGravatar Desire NUENTSA2013-01-11
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* RealShur for a already Hessenberg matrixGravatar Desire NUENTSA2012-10-09
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* RealSchur: improve speed of computeNormOfTGravatar Gael Guennebaud2012-07-26
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).Gravatar Jitse Niesen2012-07-22
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #478: RealSchur failed on a zero matrix.Gravatar Gael Guennebaud2012-06-20
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* 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
* 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
* suppress stupid warningGravatar Gael Guennebaud2010-12-10
* 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
* 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
* 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
* the Index types change.Gravatar Benoit Jacob2010-05-30
* 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
* 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
* RealSchur: Use PlanarRotation in "found two real eigenvalues" branch.Gravatar Jitse Niesen2010-04-06
* Merge.Gravatar Jitse Niesen2010-04-02
* 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