add

open override fun add(left: StructureND<Double>, right: StructureND<Double>): DoubleBufferND

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.

Sources

Link copied to clipboard