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