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.


anqif/CVXR documentation built on Feb. 6, 2024, 4:28 a.m.