odrpack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
idamax
Interface
MIT
78 statements
Source File
blas_interfaces.f90
blas_interfaces
idamax
Contents
None
interface
public pure function idamax(n, x, incx)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
(*)
integer,
intent(in)
::
incx
Return Value
integer
Description
Find largest component of vector.