50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


CVXR (version 1.0-11)

*,Expression,Expression-method: Elementwise multiplication operator

Description

Elementwise multiplication operator

Usage

# S4 method for Expression,Expression
*(e1, e2)

# S4 method for Expression,ConstVal *(e1, e2)

# S4 method for ConstVal,Expression *(e1, e2)

Arguments

e1, e2

The Expression objects or numeric constants to multiply elementwise.