lmdif1_2_f Subroutine

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

LMDIF1_2_F is a function routine for use with LMDIF1_2_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_2_f~~CalledByGraph proc~lmdif1_2_f lmdif1_2_f proc~lmdif1_2_test lmdif1_2_test proc~lmdif1_2_test->proc~lmdif1_2_f program~test_minpack test_minpack program~test_minpack->proc~lmdif1_2_test