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