| Type | Intent | Optional | Attributes | Name | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public subroutine fun(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(out) | :: | 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(X)*(3*size(X)+13))/2+5) |