kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
AlgebraND
/
zip
zip
@
PerformancePitfall
(
message
=
"Very slow on remote execution algebras"
)
open
fun
zip
(
left
:
StructureND
<
T
>
,
right
:
StructureND
<
T
>
,
transform
:
C
.
(
T
,
T
)
->
T
)
:
StructureND
<
T
>
(
source
)
Combines two structures into one.