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