From 22476cc5a3ba33812ff26d38afbe2deb254b00e1 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 24 Feb 2019 14:37:56 +0000 Subject: [PATCH] Power method estimator of spectral range --- Grid/algorithms/Algorithms.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Grid/algorithms/Algorithms.h b/Grid/algorithms/Algorithms.h index b716c48f..f1ac1c81 100644 --- a/Grid/algorithms/Algorithms.h +++ b/Grid/algorithms/Algorithms.h @@ -55,13 +55,9 @@ Author: Peter Boyle #include #include #include +#include + #include #include -// EigCg -// Pcg -// Hdcg -// GCR -// etc.. - #endif