lmstr1_f Subroutine

subroutine lmstr1_f(m, n, x, fvec, fjrow, iflag)

LMSTR1_F is a function/jacobian routine for use with LMSTR1_TEST.

Arguments

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

Called by

proc~~lmstr1_f~~CalledByGraph proc~lmstr1_f lmstr1_f proc~lmstr1_test lmstr1_test proc~lmstr1_test->proc~lmstr1_f program~test_minpack test_minpack program~test_minpack->proc~lmstr1_test