add

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

Element-wise addition.

Return

the sum.

Parameters

left

the augend.

right

the addend.

Sources

common source
Link copied to clipboard