Pow
- class aixd.sampler.operators.Pow(base: Operator, exponent: Operator)[source]
Bases:
Arithmetic
Power of base to exponent operation. Only operates when the evaluate method is called.
- Parameters:
base (Arithmetic operator) – Value to exponentiate.
exponent (Arithmetic operator) – Value to exponentiate.
Methods
Evaluate the operator with given data.
Inherited Methods
Check if the operator is differentiable.
Print the operator and all its arguments.