Multiply
- class aixd.sampler.operators.Multiply(*args: Tuple[Arithmetic])[source]
Bases:
Arithmetic
Multiply operation using operators. Only operates when the evaluate method is called.
Raises: ValueError: If an argument is not of type float, int, str, Operator, or DataObject.
- Parameters:
*args (list of float, int, str, Operator, or DataObject.) – The arguments to initialize the operator.
Methods
Evaluate the operator with given data.
Inherited Methods
Check if the operator is differentiable.
Print the operator and all its arguments.