First (Claude) try to add Gamma5BlockLanczos

This commit is contained in:
Chulwoo Jung
2026-04-20 12:23:44 -04:00
parent 3b28e3c98f
commit 83b752bdd3
4 changed files with 458 additions and 1 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ int main (int argc, char ** argv)
// Run KrylovSchur and Arnoldi on a Hermitian matrix
std::cout << GridLogMessage << "Running Krylov Schur" << std::endl;
RealD shift=LanParams.shift;
#if 1
#if 0
KrylovSchur KrySchur (Dwilson, UGrid, resid,EvalImNormSmall);
// KrySchur(src[0], maxIter, Nm, Nk, Nstop);
KrySchur(src[0], maxIter, Nm, Nk, Nstop,&shift);