dobj_func Interface

interface
private subroutine dobj_func(me, nf, x, gf)

Arguments

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

the number of variables

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

a vector of variables

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

the gradient of the objective function

Description

gradient of the objective function interface