minus

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

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

other

the subtrahend.

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

Subtracts an element from ND structure of it.

Return

the quotient.

Parameters

<receiver>

the dividend.

arg

the divisor.

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

Subtracts an ND structure from an element of it.

Return

the quotient.

Parameters

<receiver>

the dividend.

arg

the divisor.