1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 03:35:55 +01:00
This commit is contained in:
Azusa Yamaguchi 2018-05-21 12:54:25 +01:00
parent 9ada378e38
commit 68c028b0a6

View File

@ -208,6 +208,7 @@ void operator() (LinearOperatorBase<Field> &Linop, const Field &src, std::vector
cp=c;
MatrixTimer.Start();
//Linop.HermOpAndNorm(p,mmp,d,qq); // d is used
// The below is faster on KNL
Linop.HermOp(p,mmp);
d=real(innerProduct(p,mmp));