kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.nd
/
DoubleFieldOpsND
/
multiply
multiply
open
override
fun
multiply
(
left
:
StructureND
<
Double
>
,
right
:
StructureND
<
Double
>
)
:
DoubleBufferND
Element-wise multiplication.
Return
the product.
Parameters
left
the multiplicand.
right
the multiplier.