divide

open override fun divide(left: AutoDiffValue<T>, right: AutoDiffValue<T>): AutoDiffValue<T>

Division of two elements.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.

Sources

common source
Link copied to clipboard