Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_izamax
Function
31 statements
Source File
stdlib_linalg_blas_aux.fypp
stdlib_linalg_blas_aux
stdlib_izamax
Contents
public pure function stdlib_izamax(n, zx, incx)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
complex(kind=dp),
intent(in)
::
zx
(*)
integer(kind=ilp),
intent(in)
::
incx
Return Value
integer(kind=ilp)