| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | value | :: | n | |||
| real(kind=c_double), | intent(in) | :: | x(n) | |||
| real(kind=c_double), | intent(out) | :: | fvec(n) | |||
| real(kind=c_double), | intent(out) | :: | fjac(ldfjac,n) | |||
| integer(kind=c_int), | value | :: | ldfjac | |||
| integer(kind=c_int), | intent(inout) | :: | iflag | |||
| type(c_ptr), | value | :: | udata |