obj_func Interface

interface
private subroutine obj_func(me, nf, x, ff)

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) :: ff

the value of the objective function

Description

objective function interface