kmath-core
/
space.kscience.kmath.operations
/
BufferFieldOps
/
add
common
add
open override fun
add
(left:
Buffer
<
T
>, right:
Buffer
<
T
>):
Buffer
<
T
>
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.
Sources
common source
Link copied to clipboard