Split computation of real Schur form in EigenSolver to its own class.

This is done with the minimal amount of work, so the result is very rough.
This commit is contained in:
Jitse Niesen
2010-04-01 12:32:56 +01:00
parent 8cfa672fe0
commit 3a14a13533
3 changed files with 414 additions and 282 deletions

View File

@@ -36,6 +36,7 @@ namespace Eigen {
*/
#include "src/Eigenvalues/Tridiagonalization.h"
#include "src/Eigenvalues/RealSchur.h"
#include "src/Eigenvalues/EigenSolver.h"
#include "src/Eigenvalues/SelfAdjointEigenSolver.h"
#include "src/Eigenvalues/HessenbergDecomposition.h"