add
open override fun add(left: AutoDiffValue<T>, right: AutoDiffValue<T>): AutoDiffValue<T>
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.
Sources
common source
Link copied to clipboard