add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposition

This commit is contained in:
Gael Guennebaud
2011-07-21 19:07:52 +02:00
parent 22bff949c8
commit 26d7dad138
3 changed files with 164 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
#include "Jacobi"
#include "Householder"
#include "LU"
#include "Geometry"
namespace Eigen {