div
open operator override fun StructureND<Double>.div(arg: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Division of two elements.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
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.
Receiver
the dividend.
Return
the quotient.
Parameters
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.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.
open operator override fun StructureND<Double>.div(k: Number): DoubleBufferND
Content copied to clipboard
Division of this element by scalar.
Receiver
the dividend.
Return
the quotient.
Parameters
k
the divisor.