Next: Program Units
Up: Selected Intrinsic Functions
Previous: Array Reduction Intrinsics
These functions operate on arrays and produce a result with less
dimensions that the source object:
- ALL(MASK[,DIM]) -- .TRUE. if all values are .TRUE.,
(in an optionally specified dimension);
- ANY(MASK[,DIM]) -- .TRUE. if any values are .TRUE.,
(in an optionally specified dimension);
- COUNT(MASK[,DIM]) -- number of .TRUE. elements in an array,
(in an optionally specified dimension);
- MAXVAL(SOURCE[,DIM][,MASK]) -- maximum Value in an array (in an
optionally specified dimension under an optional mask);
- MINVAL(SOURCE[,DIM][,MASK]) -- minimum value in an array (in an
optionally specified dimension under an optional mask);
If DIM is absent or the source array is of rank 1 then the result is
scalar, otherwise the result is of rank n-1.
For more information, click here
Now try this question
Now try this question
Now try this question
Next: Program Units
Up: Selected Intrinsic Functions
Previous: Array Reduction Intrinsics
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.