Next:
Uniform random number fills
Up:
Fills
Previous:
Constant fills
Zero fills
Syntax
Type
operator=
(
Type
& r, const Zero& zero
)
Meaning
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