| Type | Intent | Optional | Attributes | Name | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public subroutine fun(m, n, x, fvec, iflag)Arguments
|
||||||||||||||||||||||||||||||||||||||||||||||||
| real(kind=pr), | intent(in) | :: | tol | |||||||||||||||||||||||||||||||||||||||||||||
| real(kind=pr), | intent(inout) | :: | X(:) |
Variables vector |
||||||||||||||||||||||||||||||||||||||||||||
| real(kind=pr), | intent(out) | :: | F(:) |
Function values at solved point |
||||||||||||||||||||||||||||||||||||||||||||
| integer, | intent(inout) | :: | info | |||||||||||||||||||||||||||||||||||||||||||||
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | iwa(size(x)) | ||||
| integer, | public | :: | lwa | ||||
| integer, | public | :: | m | ||||
| integer, | public | :: | n | ||||
| real(kind=pr), | public | :: | wa(size(F)*size(x)+5*size(x)+size(f)) |