Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(slsqp_solver), | intent(inout) | :: | me | |||
real(kind=wp), | intent(in), | dimension(:) | :: | x |
optimization variable vector |
|
real(kind=wp), | intent(out), | dimension(:) | :: | g |
objective function partials w.r.t x |
|
real(kind=wp), | intent(out), | dimension(:,:) | :: | a |
gradient matrix of constraints w.r.t. x |
for computing the gradients