add
open override fun add(a: StructureND<T>, b: StructureND<T>): StructureND<T>
Content copied to clipboard
Element-wise addition.
Return
the sum.
Parameters
a
the augend.
b
the addend.
Sources
common source
Link copied to clipboard