1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

first working version of Gram Schmidt using cublas gemm; explicit data type and site vector size has to be removed

This commit is contained in:
Yong-Chull Jang
2020-03-30 18:36:21 -04:00
parent 9266b89ad8
commit 02edbe624f
3 changed files with 144 additions and 12 deletions

View File

@ -357,8 +357,8 @@ int main (int argc, char ** argv)
JP.Nu, JP.Nk, JP.Nm,
JP.resid,
JP.MaxIter,
IRLdiagonaliseWithEigen);
// IRLdiagonaliseWithLAPACK);
IRBLdiagonaliseWithEigen);
// IRBLdiagonaliseWithLAPACK);
std::vector<RealD> eval(JP.Nm);