Model for example2.
User-supplied subroutine for evaluating the model.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | beta(:) | |||
real(kind=wp), | intent(in) | :: | xplusd(:,:) | |||
integer, | intent(in) | :: | ifixb(:) | |||
integer, | intent(in) | :: | ifixx(:,:) | |||
integer, | intent(in) | :: | ideval | |||
real(kind=wp), | intent(out) | :: | f(:,:) | |||
real(kind=wp), | intent(out) | :: | fjacb(:,:,:) | |||
real(kind=wp), | intent(out) | :: | fjacd(:,:,:) | |||
integer, | intent(out) | :: | istop |