kmath-core
/
space.kscience.kmath.operations
/
BufferFieldOps
/
divide
common
divide
open override fun
divide
(left:
Buffer
<
T
>, right:
Buffer
<
T
>):
Buffer
<
T
>
Content copied to clipboard
Division of two elements.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.
Sources
common source
Link copied to clipboard