divide

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

Element-wise division.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.