*,Expression,Expression-method {CVXR} | R 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. |
[Package CVXR version 1.0-14 Index]