mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user