index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Eigenvalues
/
RealQZ.h
Commit message (
Expand
)
Author
Age
*
Fix several uninitialized member from ctor
Gael Guennebaud
2018-11-23
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
Make sure T(i+1,i)==0 when diagonalizing T(i:i+1,i:i+1)
Gael Guennebaud
2016-06-11
*
Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...
Gael Guennebaud
2016-06-09
*
Removed executable bit from header files
Benoit Steiner
2016-03-23
*
Remove useless "explicit", and fix inline/static order.
Gael Guennebaud
2015-12-11
*
Fix shadow warnings triggered by clang
Gael Guennebaud
2015-06-09
*
bug #985: RealQZ failed when either matrix had zero rows or columns (report a...
Christoph Hertzberg
2015-03-30
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
bug #329: fix typo
Gael Guennebaud
2015-01-17
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
RealQZ: added example and some code comments
Alexey Korepanov
2012-07-28
*
RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b ...
Gael Guennebaud
2012-07-26
*
RealQZ: bug in pushDownZero fixed too
Alexey Korepanov
2012-07-25
*
RealQZ: bug in splitOffTwoRows fixed
Alexey Korepanov
2012-07-25
*
RealQZ: optimize general hessenberg to not apply rotations to zero entries.
Gael Guennebaud
2012-07-24
*
real QZ: update license
Gael Guennebaud
2012-07-24
*
Add a RealQZ class: a generalized Schur decomposition for real matrices
Alexey Korepanov
2012-07-11