Next: Operations on arrays of fields, Previous: Adjoint, Up: Naming Conventions for Data Parallel Functions
A shift in an operand is specified by a prefix lowercase s
before
the type abbreviation. (See the discussion of shifts below.) Thus
QDP_V_eq_sV(c, b, dir, sign, s);
shifts staggered fermion data along the direction specified by dir
and sign
for all sites x
in destination subset s
.