kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.expressions
/
MstRing
/
multiply
multiply
open
override
fun
multiply
(
left
:
MST
,
right
:
MST
)
:
MST.Binary
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.