dcon_func Interface

interface
private subroutine dcon_func(me, nf, kc, x, gc)

Arguments

Type IntentOptional Attributes Name
class(psqp_class), intent(inout) :: me
integer :: nf

the number of variables

integer :: kc

the index of the constraint function

real(kind=wp) :: x(nf)

a vector of variables and

real(kind=wp) :: gc(nf)

the gradient of the constraint function

Description

gradient of the constraint function interface