Model for example1.
User-supplied subroutine for evaluating the model.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| integer, | intent(in) | :: | m | |||
| integer, | intent(in) | :: | q | |||
| integer, | intent(in) | :: | np | |||
| integer, | intent(in) | :: | ldifx | |||
| real(kind=dp), | intent(in) | :: | beta(np) | |||
| real(kind=dp), | intent(in) | :: | xplusd(n,m) | |||
| integer, | intent(in) | :: | ifixb(np) | |||
| integer, | intent(in) | :: | ifixx(ldifx,m) | |||
| integer, | intent(in) | :: | ideval | |||
| real(kind=dp), | intent(out) | :: | f(n,q) | |||
| real(kind=dp), | intent(out) | :: | fjacb(n,np,q) | |||
| real(kind=dp), | intent(out) | :: | fjacd(n,m,q) | |||
| integer, | intent(out) | :: | istop | |||
| type(c_ptr), | intent(in), | value | :: | data |