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.
Element-wise addition.
the sum.
the augend.
the addend.