|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class vobj> | |
| auto | localNorm2 (const Lattice< vobj > &rhs) -> Lattice< typename vobj::tensor_reduced > |
| template<class vobj> | |
| auto | localInnerProduct (const Lattice< vobj > &lhs, const Lattice< vobj > &rhs) -> Lattice< typename vobj::tensor_reduced > |
| template<class ll, class rr> | |
| auto | outerProduct (const Lattice< ll > &lhs, const Lattice< rr > &rhs) -> Lattice< decltype(outerProduct(ll(), rr()))> |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
|
inline |
Definition at line 43 of file Lattice_local.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, and autoView.
Referenced by DumpSliceNorm(), and maxLocalNorm2().
|
inline |
Definition at line 56 of file Lattice_local.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, and autoView.
Referenced by blockInnerProduct(), blockMaskedInnerProduct(), CayleyFermion5D< Impl >::ContractJ5q(), and CayleyFermion5D< Impl >::ContractJ5q().
|
inline |
Definition at line 71 of file Lattice_local.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, coalescedRead(), and outerProduct().
Referenced by GparityWilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::InsertForce4D(), StaggeredImpl< vComplex, FundamentalRepresentation >::InsertForce4D(), WilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::InsertForce4D(), outerProduct(), and WilsonImpl< vComplex, FundamentalRepresentation, CoeffReal >::outerProductImpl().
| NAMESPACE_END | ( | Grid | ) |