mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37: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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user