next up previous
Next: Uniform random number fills Up: Fills Previous: Constant fills

Zero fills

Syntax Type operator=(Type& r, const Zero& zero)
Meaning $r = 0$
Type All numeric types
Example LatticeDiracFermion r = zero;

This is the only way to fill a vector field with a constant (like zero).



Robert Edwards 2011-12-24