[ HPF Home | Versions | Compilers | Projects | Publications | Applications | Benchmarks | Events | Contact ] |
Optional Arguments. DIM, MASK
Description. Computes a bitwise logical exclusive OR reduction along
dimension DIM of ARRAY.
Class. Transformational function.
Arguments.
ARRAY must be of type integer. It must not be scalar.
DIM (optional) must be scalar and of type integer with a value in the range , where is the rank of ARRAY. The corresponding actual argument must not be an optional dummy argument.
MASK (optional) must be of type logical and must be conformable
with ARRAY.
Result Type, Type Parameter, and Shape. The result is of type integer with the same
kind type parameter as ARRAY.
It is scalar if DIM is absent or if ARRAY has rank one;
otherwise, the result is an array of rank and shape where
is the shape of ARRAY.
Result Value.
*
(i): The result of IPARITY(ARRAY) is the IEOR reduction of all the elements of ARRAY. If ARRAY has size zero, the result has the value zero. See Section .
©2000-2006 Rice University | [ Contact Us | HiPerSoft | Computer Science ] |