kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.operations
/
sumOf
sum
Of
inline
fun
<
T
>
DoubleBufferOps
.
sumOf
(
buffer
:
Buffer
<
T
>
,
conversion
:
(
T
)
->
Double
)
:
Double
Sum of elements using given
conversion