multiply
open override fun multiply(a: AutoDiffValue<T>, b: AutoDiffValue<T>): AutoDiffValue<T>
Content copied to clipboard
Multiplies two elements.
Parameters
a
the multiplier.
b
the multiplicand.
Sources
common source
Link copied to clipboard