kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
BufferRingOps
/
multiply
multiply
open
override
fun
multiply
(
left
:
Buffer
<
T
>
,
right
:
Buffer
<
T
>
)
:
Buffer
<
T
>
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.