plus

open operator override fun StructureND<Double>.plus(arg: StructureND<Double>): DoubleTensor(source)

Each element of the tensor arg is added to each element of this tensor. The resulting tensor is returned.

Return

the sum of this tensor and arg.

Parameters

arg

tensor to be added.