Author(s): K.S. Kölbig, H. Lipps | Library: MATHLIB |
Submitter: | Submitted: 29.08.1968 |
Language: Fortran | Revised: 01.12.1994 |
Function subprograms MAXIZE, MAXRZE, MAXDFZ and MINIZE, MINRZE, MINDFZ give give the positions of the maximum and minimum elements of a one-dimensional array.
On CDC and Cray computers, the double-precision versions MAXDZE and MINDZE are not available.
Structure:
FUNCTION subprograms
User Entry Names: MAXIZE, MAXRZE, MAXDZE,
MINIZE, MINRZE, MINDZE
Obsolete User Entry Names: MAXFZE MAXRZE,
MINFZE MINRZE
Usage:
In any arithmetic expression, for (type INTEGER), (type REAL), (type DOUBLE PRECISION),
MAXtZE(A(J),N) and MINtZE(A(J),N)
Notes: