Previous: ioppsh Up: ../plot79_i.html First: inq3d


ISAMAX

       INTEGER FUNCTION  ISAMAX (N,SX,INCX)
 C$    (BLAS - Index of Maximum Absolute Element)
 C$
 C$    Finds the index of element having maximum absolute value.
 C$    Jack Dongarra, LINPACK, 3/11/78.
 C$
 C$    (03-APR-82)