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~jac_banpre jac_banpre proc~jac_banpre->proc~dgbfa proc~jac_rbdpre jac_rbdpre proc~jac_rbdpre->proc~dgefa proc~jac_rbgpre jac_rbgpre proc~jac_rbgpre->proc~dgefa proc~jac jac proc~jac->proc~jac_rbdpre proc~jac->proc~jac_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.