NAME
ANY_SCATTER
SYNOPSIS
USE HPF_LIBRARY
ANY_SCATTER(ARRAY, BASE, INDX1, ..., INDXn)
DESCRIPTION
ANY_SCATTER scatters elements of ARRAY to positions of the
result indicated by the index arrays INDX1, ...INDXn. An
element of the result is true if and only if the correspond-
ing element of BASE or any element of ARRAY scattered to
that position is true.
ARGUMENTS
ARRAY
must be of type logical. It must not be scalar.
BASE must be of type logical with the same kind type parame-
ter as ARRAY. It must not be scalar.
INDX1...INDXn
must be of type integer and conformable with ARRAY.
The number of INDX arguments must be equal to the rank
of BASE.
RESULT TYPE
Same type and shape as BASE.
SEE ALSO
ANY_PREFIX.