ZeroConstraint-class {CVXR}R Documentation

The ZeroConstraint class

Description

The ZeroConstraint class

Usage

## S4 method for signature 'ZeroConstraint'
name(x)

## S4 method for signature 'ZeroConstraint'
dim(x)

## S4 method for signature 'ZeroConstraint'
is_dcp(object)

## S4 method for signature 'ZeroConstraint'
is_dgp(object)

## S4 method for signature 'ZeroConstraint'
residual(object)

## S4 method for signature 'ZeroConstraint'
canonicalize(object)

Arguments

x, object

A ZeroConstraint object.

Methods (by generic)


[Package CVXR version 1.0-12 Index]