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/)

For more information, click here gif

Now try this question gif


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

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.