divide

open override fun divide(left: StructureND<Double>, right: StructureND<Double>): DoubleBufferND

Element-wise division.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.

Sources

Link copied to clipboard