[ HPF Home | Versions | Compilers | Projects | Publications | Applications | Benchmarks | Events | Contact ] |
Optional Arguments. DIM, SEGMENT,
EXCLUSIVE
Description. Computes a reverse, segmented logical exclusive OR
scan along dimension DIM of MASK.
Class. Transformational function.
Arguments.
MASK must be of type logical. It must not be scalar.
DIM (optional) must be scalar and of type integer with a value in the range 1 < DIM < n, where n is the rank of MASK.
SEGMENT (optional) must be of type logical and must have the same shape as MASK.
EXCLUSIVE (optional) must be of type logical and must be
scalar.
Result Type, Type Parameter, and Shape. Same as MASK.
Result Value. Element of the result has the value
PARITY((/ a1,...,am /)) where (a1,...,am) is the (possibly empty) set of elements of MASK
selected to contribute to by the rules stated in
Section 7.4.5.
Example. PARITY_SUFFIX( (/T,F,T,T,T/), SEGMENT= (/F,F,F,T,T/) ) is [F T T F T].
©2000-2006 Rice University | [ Contact Us | HiPerSoft | Computer Science ] |