legate.core.SymbolicExpr.__mul__#

SymbolicExpr.__mul__(self, int32_t other) SymbolicExpr#

Multiply an expression by a scaling factor.

Parameters:

other (int) – The scaling factor.

Returns:

The result of the multiplication.

Return type:

SymbolicExpr