EvolvedOp.__mul__¶
- EvolvedOp.__mul__(other)¶
Overload
*
for Operator scalar multiplication.- Parameters
other (
Number
) – The real or complex scalar by which to multiply the Operator, or theParameterExpression
to serve as a placeholder for a scalar factor.- Return type
- Returns
An
OperatorBase
equivalent to product of self and scalar.