kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
BufferAlgebraND
/
map
map
@
PerformancePitfall
open
override
fun
StructureND
<
T
>
.
map
(
transform
:
A
.
(
T
)
->
T
)
:
BufferND
<
T
>
(
source
)
Maps elements from one structure to another one by applying
transform
to them.