|
@ -4,5 +4,8 @@ |
|
|
#include "src/utility/constants.h" |
|
|
#include "src/utility/constants.h" |
|
|
|
|
|
|
|
|
// Finally include the parts of Eigen we need. |
|
|
// Finally include the parts of Eigen we need. |
|
|
|
|
|
#pragma GCC diagnostic push |
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wignored-attributes" |
|
|
#include <Eigen/Sparse> |
|
|
#include <Eigen/Sparse> |
|
|
#include <unsupported/Eigen/IterativeSolvers> |
|
|
|
|
|
|
|
|
#include <unsupported/Eigen/IterativeSolvers> |
|
|
|
|
|
#pragma GCC diagnostic pop |