#ifndef GRID_ALGORITHMS_H #define GRID_ALGORITHMS_H #include #include #include #include #include #include #include #include // Eigen/lanczos // EigCg // MCR // Pcg // Multishift CG // Hdcg // GCR // etc.. // integrator/Leapfrog // integrator/Omelyan // integrator/ForceGradient // montecarlo/hmc // montecarlo/rhmc // montecarlo/metropolis // etc... #endif