Skip to content
Snippets Groups Projects
Commit 457c4a3b authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

[Math/Eigen] include only GMRES.h

parent 6f8ba87c
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#endif #endif
#ifdef USE_EIGEN_UNSUPPORTED #ifdef USE_EIGEN_UNSUPPORTED
#include <iostream> // to fix compiling errors in Eigen #include <Eigen/Sparse>
#include <unsupported/Eigen/IterativeSolvers> #include <unsupported/Eigen/src/IterativeSolvers/GMRES.h>
#include <unsupported/Eigen/src/IterativeSolvers/Scaling.h> #include <unsupported/Eigen/src/IterativeSolvers/Scaling.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment