minus

open operator override fun StructureND<Double>.minus(arg: StructureND<Double>): DoubleBufferND(source)

Subtraction of two elements.

Receiver

the minuend.

Return

the difference.

Parameters

arg

the subtrahend.


open operator override fun StructureND<Double>.minus(arg: Double): StructureND<Double>(source)

Subtracts an element from ND structure of it.

Receiver

the dividend.

Return

the quotient.

Parameters

arg

the divisor.


open operator override fun Double.minus(arg: StructureND<Double>): StructureND<Double>(source)

Subtracts an ND structure from an element of it.

Receiver

the dividend.

Return

the quotient.

Parameters

arg

the divisor.