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