|
@ -6,6 +6,8 @@ |
|
|
// Finally include the parts of Eigen we need. |
|
|
// Finally include the parts of Eigen we need. |
|
|
#pragma GCC diagnostic push |
|
|
#pragma GCC diagnostic push |
|
|
#pragma GCC diagnostic ignored "-Wignored-attributes" |
|
|
#pragma GCC diagnostic ignored "-Wignored-attributes" |
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wmisleading-indentation" |
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wunused-parameter" |
|
|
#include <Eigen/Sparse> |
|
|
#include <Eigen/Sparse> |
|
|
#include <unsupported/Eigen/IterativeSolvers> |
|
|
#include <unsupported/Eigen/IterativeSolvers> |
|
|
#pragma GCC diagnostic pop |
|
|
#pragma GCC diagnostic pop |