[eigen] RealQZ: a generalized Schur decomposition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] RealQZ: a generalized Schur decomposition
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 24 Jul 2012 18:34:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=0xtSiuks3uAXyz8EtHUXyNbYs1Rr9lwo8oA6yzExp94=; b=W5PAQd7dH4D7IXaZEL5PJv0U0SjLMSq3oUDAk8WC+c9apsxr5BjqanrKeHnVtEsOkP cRzj9/5ubnWsXOvzeZaQUhyqOeRoSkDNIQyJBelEHmsBnxDUjDSW8FNEZip3RHTPCW3g K2PXseswjGtUNH1ghZrwzmbDJV4vg8SVR+9vo5Kma87qC/DlpDQVBp7RcMcMcRC+0CWq dhiSaqMs7+5U7hAiHC3U0ViR2OUr6pEML1BtEbn4vx+bKXIJs2HRuO70kRzQ1hxsN70Q u1z8drz42LzP68+4eh48aOL/CT0LdlhMFaccNY2tg+UlJnm5MIqtTtV3LU5N1x87VLxO tWoQ==
Hi list,
this just to announce a contribution from Alexey Korepanov that I've
just pulled in the devel repository: a RealQZ class to perform a
generalized Schur decomposition of real matrices. It is in the
Eigenvalues module.
A generalized eigen solver for general matrices is now just a matter
of interfacing this class to form the complex eigenvalues from the
block diagonal of the Schur decomposition, more like the actual
EigenSolver.
best,
gael