lmder1_f Subroutine

subroutine lmder1_f(m, n, x, fvec, fjac, ldfjac, iflag)

LMDER1_F is a function/jacobian routine for use with LMDER1_TEST.

Arguments

Type IntentOptional Attributes Name
integer :: m
integer :: n
real(kind=rk) :: x(n)
real(kind=rk) :: fvec(m)
real(kind=rk) :: fjac(ldfjac,n)
integer :: ldfjac
integer :: iflag

Called by

proc~~lmder1_f~~CalledByGraph proc~lmder1_f lmder1_f proc~lmder1_test lmder1_test proc~lmder1_test->proc~lmder1_f program~test_minpack test_minpack program~test_minpack->proc~lmder1_test