kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
FieldOpsND
/
divide
divide
open
override
fun
divide
(
left
:
StructureND
<
T
>
,
right
:
StructureND
<
T
>
)
:
StructureND
<
T
>
(
source
)
Element-wise division.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.