Learn R Programming

CVXR (version 1.9.1)

multiply: Elementwise multiplication (deprecated)

Description

[Deprecated]

Usage

multiply(x, y)

Value

An Expression representing the elementwise product.

Arguments

x, y

Expressions or numeric values.

Details

Use the * operator instead: x * y.