mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 00:07:05 +01:00
towards more precise blocking
This commit is contained in:
@ -206,7 +206,7 @@ axpby_norm_fast(Lattice<vobj> &z,sobj a,sobj b,const Lattice<vobj> &x,const Latt
|
||||
}
|
||||
|
||||
template<class vobj> strong_inline void
|
||||
innerProduct_norm(ComplexD& ip, RealD &nrm, const Lattice<vobj> &left,const Lattice<vobj> &right)
|
||||
innerProductNorm(ComplexD& ip, RealD &nrm, const Lattice<vobj> &left,const Lattice<vobj> &right)
|
||||
{
|
||||
conformable(left,right);
|
||||
|
||||
|
Reference in New Issue
Block a user