mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-16 18:54:40 +00:00
Conjugate residual added
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Grid {
|
||||
Field tmp (in._grid);
|
||||
ni=M(in,tmp);
|
||||
no=Mdag(tmp,out);
|
||||
std::cout << "MdagM "<< ni<<" "<<no<<std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user