lmder1_2_f Subroutine

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

LMDER1_2_F is a function/jacobian routine for use with LMDER1_2_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_2_f~~CalledByGraph proc~lmder1_2_f lmder1_2_f proc~lmder1_2_test lmder1_2_test proc~lmder1_2_test->proc~lmder1_2_f program~test_minpack test_minpack program~test_minpack->proc~lmder1_2_test