div
open operator override fun StructureND<Double>.div(other: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Division of two elements.
Return
the quotient.
Parameters
<receiver>
the dividend.
other
the divisor.
open operator override fun StructureND<Double>.div(arg: Double): DoubleBufferND
Content copied to clipboard
Divides an ND structure by an element of it.
Return
the quotient.
Parameters
<receiver>
the dividend.
arg
the divisor.
open operator override fun Double.div(arg: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Divides an element by an ND structure of it.
Return
the quotient.
Parameters
<receiver>
the dividend.
arg
the divisor.
open operator override fun StructureND<Double>.div(k: Number): DoubleBufferND
Content copied to clipboard
Division of this element by scalar.
Return
the quotient.
Parameters
<receiver>
the dividend.
k
the divisor.