ComposedOp.__mul__

ComposedOp.__mul__(other)

Overload * for Operator scalar multiplication.

Parameters

other (Number) – The real or complex scalar by which to multiply the Operator, or the ParameterExpression to serve as a placeholder for a scalar factor.

Return type

OperatorBase

Returns

An OperatorBase equivalent to product of self and scalar.