lmdif1_f Subroutine

subroutine lmdif1_f(m, n, x, fvec, iflag)

LMDIF1_F is a function routine for use with LMDIF1_TEST.

Arguments

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

Called by

proc~~lmdif1_f~~CalledByGraph proc~lmdif1_f lmdif1_f proc~lmdif1_test lmdif1_test proc~lmdif1_test->proc~lmdif1_f program~test_minpack test_minpack program~test_minpack->proc~lmdif1_test