hybrd1_f Subroutine

subroutine hybrd1_f(n, x, fvec, iflag)

HYBRD1_F is a function routine for use with HYBRD1_TEST.

Arguments

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

Called by

proc~~hybrd1_f~~CalledByGraph proc~hybrd1_f hybrd1_f proc~hybrd1_test hybrd1_test proc~hybrd1_test->proc~hybrd1_f proc~hybrj1_test hybrj1_test proc~hybrj1_test->proc~hybrd1_f program~test_minpack test_minpack program~test_minpack->proc~hybrd1_test program~test_minpack->proc~hybrj1_test