PrimitiveOp.power

PrimitiveOp.power(exponent)[source]

Return Operator composed with self multiple times, overloaded by **.

Parameters

exponent (int) – The int number of times to compose self with itself.

Return type

OperatorBase

Returns

An OperatorBase equivalent to self composed with itself exponent times.