kmath
0.3.1-dev-RC
common
kmath-tensors
/
space.kscience.kmath.tensors.core
/
zip
zip
inline
fun
OffsetDoubleBuffer
.
zip
(
other
:
OffsetDoubleBuffer
,
operation
:
(
l
:
Double
,
r
:
Double
)
->
Double
)
:
DoubleBuffer
(
source
)
inline
fun
OffsetIntBuffer
.
zip
(
other
:
OffsetIntBuffer
,
operation
:
(
l
:
Int
,
r
:
Int
)
->
Int
)
:
IntBuffer
(
source
)