#include <Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h>
A naive preconditioner which approximates any matrix as the identity matrix.
This class follows the sparse solver concept .