[eigen] generalized eigenvalue problem with complex matrices |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] generalized eigenvalue problem with complex matrices
- From: Manav Bhatia <bhatiamanav@xxxxxxxxx>
- Date: Thu, 8 Aug 2013 17:04:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wxj3VkmzjyuYjGgjMuczLeNd29HhK/ttDHlcW8XyvK4=; b=pDrFoTYPWISlOZmODHqmx3qvUNIFd/xaLKN0LANfX2bEX93qx6TxutQKc3PHfJcO9q QL+Sjl9CzHTx7Cfsg2jasCYGkKLMeJfql3SP2jBjxtwRx2O8q05BBBTyvbti7JhatXkD 4dydVuooa3ppUlG3UkxLbQ9ZGhSX+3tMjb+sxwSZNE+J9fVi4DYByBjZ25giB9JsVzNf DTqsap7cgsyUN/m9PP76XsfOA57KQJwPfMJv+1XMv/96B5aVlpkiYXGZjEU89s96Yoie ls8khAA7Me93fPerbIKFc5vTnWSN2wSo5D1SX5hNUQ2bahKWIJrWxgx5y+1+tLZHGw+U ObTQ==
Hi,
I need to solve the eigenproblem A x = \lambda B x, where A and B are complex matrices. I noticed that the GeneralizedEigenSolver supports only real A and B.
Is there any other class available to support complex A& B, or anything else in the works?
Thanks,
Manav