add

open override fun add(a: StructureND<T>, b: StructureND<T>): StructureND<T>

Element-wise addition.

Return

the sum.

Parameters

a

the augend.

b

the addend.

Sources

common source
Link copied to clipboard