fcn_hybrj Interface

interface
public subroutine fcn_hybrj(n, x, fvec, fjac, ldfjac, iflag)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=wp), intent(in), dimension(n) :: x
real(kind=wp), intent(out), dimension(n) :: fvec
real(kind=wp), intent(out), dimension(ldfjac,n) :: fjac
integer, intent(in) :: ldfjac
integer, intent(inout) :: iflag

Description

function for hybrj