Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PowellWrapper), | intent(inout) | :: | self | |||
procedure(obj_func) | :: | foo | ||||
real(kind=pr), | intent(inout) | :: | X(:) | |||
real(kind=pr), | intent(out) | :: | F | |||
class(*), | intent(inout), | optional, | target | :: | data |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | private | :: | dx(size(x)) | ||||
integer, | private | :: | max_eval | ||||
integer, | private | :: | n | ||||
integer, | private | :: | npt |