multiply: Elementwise multiplication (deprecated)

View source: R/257_zzz_R_specific_exports.R

multiplyR Documentation

Elementwise multiplication (deprecated)

Description

[Deprecated]

Usage

multiply(x, y)

Arguments

x, y

Expressions or numeric values.

Details

Use the * operator instead: x * y.

Value

An Expression representing the elementwise product.


CVXR documentation built on March 6, 2026, 9:10 a.m.