Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=wp), | intent(in), | dimension(n) | :: | x | ||
real(kind=wp), | intent(out), | dimension(n) | :: | fvec | ||
integer, | intent(inout) | :: | iflag |
the value of |
function for hybrd.
calculate the functions at x
and
return this vector in fvec
.