8 lines
243 B

#pragma once
// Include this utility header so we can access utility function from Eigen.
#include "src/utility/constants.h"
// Finally include the parts of Eigen we need.
#include <Eigen/Sparse>
#include <unsupported/Eigen/IterativeSolvers>