Re: [eigen] RealQZ: a generalized Schur decomposition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] RealQZ: a generalized Schur decomposition
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 26 Jul 2012 20:17:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=a5/4ZzZhxRpI1YxSE3BPniTRt6+ZPTC2VqkJ1kbgal8=; b=ELY0b4KY7CzaxPdofpimrKgUtkp8nVBkb91hPEWP+UuXUXvlhCLMzERhoIwg9MkbWA A6g3sDhddJGEnN/fy20h4R3Y9PhghZxb4aknhj4EByBkfO4yLLwTO3FuTtlWXSmg+HbM E4PxCJ4Agk9MeszpSIKPQLRgGmEs4HlFFWoMdFI7vjhSyRKof1mHZtZ/ta4LgPoy/CYK NuaKMCmaukBA9QQy+YlOHY/3f2IqEHWcn4Git/6Ut7c+VhK1x9oF8XFlkNk2qDS9xjZp 3OY/3B3SR361Wmj+HwbfPnQ3czQ2rGM6dog55/4yOPXSLDisvGWocuXMPaFhTU2us0au LLEQ==
On Tue, Jul 24, 2012 at 6:34 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> 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.
....and here is a start:
https://bitbucket.org/eigen/eigen/changeset/b38b899aafe7/
still need to extract the eigenvectors...
cheers,
gael