The NonPosConstraint class
# S4 method for class 'NonPosConstraint'
name(x)
# S4 method for class 'NonPosConstraint'
is_dcp(object)
# S4 method for class 'NonPosConstraint'
is_dgp(object)
# S4 method for class 'NonPosConstraint'
canonicalize(object)
# S4 method for class 'NonPosConstraint'
residual(object)
name(NonPosConstraint)
: The string representation of the constraint.
is_dcp(NonPosConstraint)
: Is the constraint DCP?
is_dgp(NonPosConstraint)
: Is the constraint DGP?
canonicalize(NonPosConstraint)
: The graph implementation of the object.
residual(NonPosConstraint)
: The residual of the constraint.