kmath-core
/
space.kscience.kmath.operations
/
plus
common
plus
operator fun <
T
:
AlgebraElement
<
T
,
S
>,
S
:
Space
<
T
>>
T
.
plus
(b:
T
):
T
Content copied to clipboard
Adds element to this one.
Return
the sum.
Parameters
b
the augend.