mul_elemwise: Elementwise multiplication operator

*,Expression,Expression-methodR Documentation

Elementwise multiplication operator

Description

Elementwise multiplication operator

Usage

## S4 method for signature 'Expression,Expression'
e1 * e2

## S4 method for signature 'Expression,ConstVal'
e1 * e2

## S4 method for signature 'ConstVal,Expression'
e1 * e2

Arguments

e1, e2

The Expression objects or numeric constants to multiply elementwise.


CVXR documentation built on Oct. 31, 2022, 1:07 a.m.