aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/RealQZ.h
Commit message (Expand)AuthorAge
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Make sure T(i+1,i)==0 when diagonalizing T(i:i+1,i:i+1)Gravatar Gael Guennebaud2016-06-11
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* bug #985: RealQZ failed when either matrix had zero rows or columns (report a...Gravatar Christoph Hertzberg2015-03-30
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #329: fix typoGravatar Gael Guennebaud2015-01-17
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* 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
* 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