kmath
common
kmath-core
/
space.kscience.kmath.operations
/
GroupOps
/
plus
plus
common
open
operator
fun
T
.
plus
(
arg
:
T
)
:
T
Content copied to clipboard
Addition of two elements.
Receiver
the augend.
Return
the sum.
Parameters
arg
the addend.
Sources
common source
Link copied to clipboard