kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
DoubleFieldOpsND
/
add
add
open
override
fun
add
(
left
:
StructureND
<
Double
>
,
right
:
StructureND
<
Double
>
)
:
DoubleBufferND
(
source
)
Element-wise addition.
Return
the sum.
Parameters
left
the augend.
right
the addend.