idamax Interface

interface


Called by

interface~~idamax~~CalledByGraph interface~idamax idamax proc~dgbfa dgbfa proc~dgbfa->interface~idamax proc~dgefa dgefa proc~dgefa->interface~idamax proc~dmatd dmatd proc~dmatd->proc~dgbfa proc~dmatd->proc~dgefa proc~pjac_banpre pjac_banpre proc~pjac_banpre->proc~dgbfa proc~pjac_rbdpre pjac_rbdpre proc~pjac_rbdpre->proc~dgefa proc~pjac_rbgpre pjac_rbgpre proc~pjac_rbgpre->proc~dgefa proc~pjac pjac proc~pjac->proc~pjac_rbdpre proc~pjac->proc~pjac_rbgpre

public pure function idamax(n, x, incx)

Arguments

Type IntentOptional 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.