next up previous contents
Next: SEGMENT and EXCLUSIVE Up: HPF Intrinsics and Library Previous: Prefix and Suffix Functions

 

Prefix and Suffix Functions III

The functions all take (more or less) the same arguments, for example:

 MINVAL_PREFIX(ARRAY[,DIM][,MASK][,SEGMENT][,EXCLUSIVE])

MASK and SEGMENT are LOGICAL, MASK conforms to ARRAY, SEGMENT has same shape as ARRAY.

Example of the MASK argument,

PRODUCT_PREFIX((/1,2,3,4/), MASK=(/T,F,T,F/)) = (/1,1,3,3/)


next up previous contents
Next: SEGMENT and EXCLUSIVE Up: HPF Intrinsics and Library Previous: Prefix and Suffix Functions

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.