con_func Interface

interface
private subroutine con_func(me, nf, kc, x, fc)

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

real(kind=wp) :: fc

the value of the constraint function

Description

constraint function interface