[ HPF Home | Versions | Compilers | Projects | Publications | Applications | Benchmarks | Events | Contact ] |
Optional Arguments. DIM, MASK, SEGMENT,
EXCLUSIVE
Description. Computes a reverse, segmented MINVAL scan
along dimension DIM of ARRAY.
Class. Transformational function.
Arguments.
ARRAY must be of type integer or real. 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 ARRAY.
MASK (optional) must be of type logical and must be conformable with ARRAY.
SEGMENT (optional) must be of type logical and must have the same shape as ARRAY.
EXCLUSIVE (optional) must be of type logical and must be
scalar.
Result Type, Type Parameter, and Shape. Same as ARRAY.
Result Value. Element r of the result has the value
MINVAL((/ a1,...,am /)) where (a1,...,am) is the (possibly empty) set of elements of ARRAY
selected to contribute to by the rules stated in
Section 7.4.5.
Example. MINVAL_SUFFIX( (/1,2,-3,4,5/), SEGMENT= (/F,F,F,T,T/) ) is [-3 -3 -3 4 5].
©2000-2006 Rice University | [ Contact Us | HiPerSoft | Computer Science ] |