divide
open override fun divide(a: NDStructure<T>, b: NDStructure<T>): NDStructure<T>
Content copied to clipboard
Element-wise division.
Return
the quotient.
Parameters
a
the dividend.
b
the divisor.
Element-wise division.
the quotient.
the dividend.
the divisor.