divide
open override fun divide(left: StructureND<Double>, right: StructureND<Double>): DoubleBufferND(source)
Element-wise division.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.
Element-wise division.
the quotient.
the dividend.
the divisor.