lmstr1_2_f Subroutine

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

LMSTR1_2_F is a function/jacobian routine for use with LMSTR1_2_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_2_f~~CalledByGraph proc~lmstr1_2_f lmstr1_2_f proc~lmstr1_2_test lmstr1_2_test proc~lmstr1_2_test->proc~lmstr1_2_f program~test_minpack test_minpack program~test_minpack->proc~lmstr1_2_test