From 8ee26f91125ff58d5f723d1576adb03db85f06b6 Mon Sep 17 00:00:00 2001 From: Chulwoo Jung Date: Thu, 1 Oct 2020 15:35:03 -0400 Subject: [PATCH] Checking in before pulling develop --- .../ImplicitlyRestartedBlockLanczos.h | 31 +++++++++++++------ tests/lanczos/Test_dwf_block_lanczos.cc | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/Grid/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h b/Grid/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h index 7fa9e8d3..809d64d9 100644 --- a/Grid/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h +++ b/Grid/algorithms/iterative/ImplicitlyRestartedBlockLanczos.h @@ -447,7 +447,7 @@ for( int i =0;i Iconv(Nm); - std::vector B(Nm,grid); // waste of space replicating + int Ntest=Nu; +// std::vector B(Nm,grid); // waste of space replicating + std::vector B(1,grid); // waste of space replicating std::vector f(Nu,grid); std::vector f_copy(Nu,grid); @@ -782,22 +784,22 @@ for( int i =0;i Btmp(Nconv,grid); // waste of space replicating + for(int i=0; i eval(JP.Nm);