aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/RealQZ.h
Commit message (Collapse)AuthorAge
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
|
* RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b ↵Gravatar Gael Guennebaud2012-07-26
| | | | | | than a*(1/b)), update API to set the maximum number of iterations
* RealQZ: bug in pushDownZero fixed tooGravatar Alexey Korepanov2012-07-25
|
* RealQZ: bug in splitOffTwoRows fixedGravatar Alexey Korepanov2012-07-25
|
* RealQZ: optimize general hessenberg to not apply rotations to zero entries.Gravatar Gael Guennebaud2012-07-24
|
* real QZ: update licenseGravatar Gael Guennebaud2012-07-24
|
* Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11