Next: Prefix and Suffix Functions
Up: HPF Intrinsics and Library
Previous: Prefix and Suffix Functions
There are a number of different combiners which make up the
prefix and suffix functions. These include the Fortran 90 reductions:
- SUM and PRODUCT: for example,
SUM_PREFIX, PRODUCT_SUFFIX,
- MAXVAL and MINVAL: for example,
MAXVAL_SUFFIX, MINVAL_PREFIX,
- ALL, ANY and COUNT: for example,
ALL_SUFFIX, ANY_PREFIX,
plus HPF defined intrinsics: IALL, IANY, IPARITY and PARITY.
Next: Prefix and Suffix Functions
Up: HPF Intrinsics and Library
Previous: Prefix and Suffix Functions
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.