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