kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.expressions
/
DSRing
/
plus
plus
open
operator override
fun
DS
<
T
,
A
>
.
plus
(
other
:
Number
)
:
DS
<
T
,
A
>
(
source
)
Addition of element and scalar.
Receiver
the augend.
Parameters
other
the addend.
open
operator override
fun
Number
.
plus
(
other
:
DS
<
T
,
A
>
)
:
DS
<
T
,
A
>
(
source
)
Addition of scalar and element.
Receiver
the augend.
Parameters
other
the addend.