Added the computation of eigen vectors in the symmetric eigen solver.

However the eigen vectors are not correct yet, but I really cannot find the
problem.
This commit is contained in:
Gael Guennebaud
2008-06-02 12:52:08 +00:00
parent 3b0523041a
commit 54ae2ac7e8
3 changed files with 130 additions and 40 deletions

View File

@@ -2,6 +2,7 @@ SET(Eigen_HEADERS Core CoreDeclarations LU Cholesky QR)
SET(Eigen_SRCS
src/Core/CoreInstanciations.cpp
src/QR/QrInstanciations.cpp
)
ADD_LIBRARY(Eigen2 ${Eigen_SRCS})