plus

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

Addition of two elements.

Return

the sum.

Parameters

<receiver>

the augend.

other

the addend.

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

Adds an ND structure to an element of it.

Return

the sum.

Parameters

<receiver>

the augend.

arg

the addend.

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

Adds an element to ND structure of it.

Return

the sum.

Parameters

<receiver>

the augend.

arg

the addend.