kmath-core
/
space.kscience.kmath.operations
/
SpaceOperations
/
multiply
common
multiply
abstract fun
multiply
(a:
T
, k:
Number
):
T
Content copied to clipboard
Multiplication of element by scalar.
Return
the produce.
Parameters
a
the multiplier.
k
the multiplicand.