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