Learn R Programming

CVXR (version 0.99-7)

affine_prod: Affine Product

Description

The product of two affine expressions.

Usage

affine_prod(x, y)

Arguments

x

An '>Expression or numeric constant representing the left-hand value.

y

An '>Expression or numeric constant representing the right-hand value.

Value

An '>Expression representing the product of x and y.