aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/RealSchur.h
Commit message (Expand)AuthorAge
* 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