Replace `#include <Eigen/Eigen>` by `#include <Eigen/Core>`
chhtz opened this issue · comments
Christoph Hertzberg commented
On most places it should be sufficient to just include Eigen/Core
instead of the entire Eigen project. This could improve compile times (also for depending projects).