Next: Example of New Reduction
Up: HPF Library Module
Previous: Example of Mapping Inquiry
There are four FUNCTION s in this class:
- IALL, corresponds to IAND reduction,
- IANY, corresponds to IOR reduction,
- IPARITY, corresponds to IEOR reduction,
- PARITY, corresponds to .NEQV. reduction,
Like all reductions, each function has optional DIM and MASK
arguments. These work in exactly the same way as for the SUM and
PRODUCT reductions.
IALL, IANY and IPARITY are all bit manipulation functions. PARITY
operates on logical values. All are elemental.
Next: Example of New Reduction
Up: HPF Library Module
Previous: Example of Mapping Inquiry
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 15:03:35 GMT 1996Not for commercial use.