CGFAM Subroutine

subroutine CGFAM(N, X, F, G, D, GOLD, IPRINT, EPS, W, IFLAG, IREST, METHOD, FINISH, ITER, NFUN)

Arguments

Type IntentOptional Attributes Name
integer :: N
double precision :: X(N)
double precision :: F
double precision :: G(N)
double precision :: D(N)
double precision :: GOLD(N)
integer :: IPRINT(2)
double precision :: EPS
double precision :: W(N)
integer :: IFLAG
integer :: IREST
integer :: METHOD
logical :: FINISH
integer :: ITER
integer :: NFUN

Calls

proc~~cgfam~~CallsGraph proc~cgfam CGFAM cgbd cgbd proc~cgfam->cgbd cvsmod cvsmod proc~cgfam->cvsmod