kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
RingOps
/
multiply
multiply
abstract
fun
multiply
(
left
:
T
,
right
:
T
)
:
T
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.