ac207-autodiff
Return the product of two numbers, when the left operand is not a Node
Examples
Scalar and Node:
>>> 1.2 * ad.Node(42) Node(50.4) >>> -3 * ad.Node.constant(42) Node(-126)
previous
autodiff.reverse.Node.__mul__
next
autodiff.reverse.Node.__truediv__