kmath
common
kmath-core
/
space.kscience.kmath.operations
/
RingOps
/
multiply
multiply
common
abstract
fun
multiply
(
left
:
T
,
right
:
T
)
:
T
Content copied to clipboard
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.
Sources
common source
Link copied to clipboard