ac207-autodiff
Return the sum of two numbers, when the left operand is not a Node
Examples
Scalar and Node:
>>> 1.2 + ad.Node(42) Node(43.2) >>> -3.6 + ad.Node.constant(42) Node(38.4)
previous
autodiff.reverse.Node.__add__
next
autodiff.reverse.Node.__sub__