kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.expressions
/
SimpleAutoDiffField
/
multiply
multiply
open
override
fun
multiply
(
left
:
AutoDiffValue
<
T
>
,
right
:
AutoDiffValue
<
T
>
)
:
AutoDiffValue
<
T
>
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.