NAME
IALL
SYNOPSIS
USE HPF_LIBRARY
IALL(ARRAY, DIM, MASK)
DESCRIPTION
IALL Computes a bitwise logical AND reduction along dimen-
sion DIM of ARRAY.
ARGUMENTS
ARRAY
must be of type integer. It must not be scalar.
DIM this is an optional argument. If present, it must be
scalar and of type integer with a value in the range 1
<= DIM <= n, where n is the rank of ARRAY. The
corresponding actual argument must not be an optional
dummy argument.
MASK is an optional argument. If present, must be of type
logical and must be conformable with ARRAY.
RESULT TYPE
The result if of type integer with the name kind type param-
eter as ARRAY.
SEE ALSO
IANY.