BinaryOperator-class {CVXR}R Documentation

The BinaryOperator class.

Description

This base class represents expressions involving binary operators.

Usage

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

## S4 method for signature 'BinaryOperator'
to_numeric(object, values)

## S4 method for signature 'BinaryOperator'
sign_from_args(object)

## S4 method for signature 'BinaryOperator'
is_imag(object)

## S4 method for signature 'BinaryOperator'
is_complex(object)

Arguments

x, object

A BinaryOperator object.

values

A list of arguments to the atom.

Methods (by generic)

Slots

lh_exp

The Expression on the left-hand side of the operator.

rh_exp

The Expression on the right-hand side of the operator.

op_name

A character string indicating the binary operation.


[Package CVXR version 1.0-12 Index]