Registered Member
|
Hey Everyone,
I tried some example code to solve for the eigenvalues/vectors of a matrix but my compiler keeps saying that EigenSolver is not defined in this scope. This is my code
My compiler errors are testing.cpp: In function ‘int main()’: testing.cpp:19:2: error: ‘EigenSolver’ was not declared in this scope EigenSolver<MatrixXd> es(A); |
Moderator
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]