kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
GroupOps
/
add
add
abstract
fun
add
(
left
:
T
,
right
:
T
)
:
T
(
source
)
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.