Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error:UmfPack not a member of Eigen #9

Open
naveenkenz12 opened this issue Apr 26, 2017 · 1 comment
Open

error:UmfPack not a member of Eigen #9

naveenkenz12 opened this issue Apr 26, 2017 · 1 comment

Comments

@naveenkenz12
Copy link

error: ‘UmfPack’ is not a member of ‘Eigen’
Eigen::SparseLU<Eigen::SparseMatrix, Eigen::UmfPack> lu_of_A(AtA);

@daviddoria
Copy link
Owner

Can you please give more detail on your error report, like which OS you are using, which version of Eigen, which file in the Examples repository you are trying to compile, etc.

I believe you have to do something to the effect of 'apt-get install suitesparse' to allow Eigen to use UmfPack. If you'd like to check this requirement at CMake time, I'd be happy to accept a pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants