example2_model Module

Model for example2.


Uses

  • module~~example2_model~~UsesGraph module~example2_model example2_model iso_c_binding iso_c_binding module~example2_model->iso_c_binding module~odrpack_kinds odrpack_kinds module~example2_model->module~odrpack_kinds iso_fortran_env iso_fortran_env module~odrpack_kinds->iso_fortran_env

Used by

  • module~~example2_model~~UsedByGraph module~example2_model example2_model program~example2 example2 program~example2->module~example2_model

Subroutines

public pure subroutine fcn(n, m, q, np, ldifx, beta, xplusd, ifixb, ifixx, ideval, f, fjacb, fjacd, istop, data)

User-supplied subroutine for evaluating the model.

Arguments

Type IntentOptional 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