div
open operator override fun StructureND<Double>.div(arg: StructureND<Double>): DoubleBufferND(source)
Division of two elements.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.
Divides an ND structure by an element of it.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.
Divides an element by an ND structure of it.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.
Division of this element by scalar.
Receiver
the dividend.
Return
the quotient.
Parameters
k
the divisor.