kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
FieldOpsND
/
scale
scale
open
override
fun
scale
(
a
:
StructureND
<
T
>
,
value
:
Double
)
:
StructureND
<
T
>
(
source
)
Scaling an element by a scalar.
Return
the produce.
Parameters
a
the multiplier.
value
the multiplicand.