kmath
0.3.1-dev-RC
common
kmath-for-real
/
space.kscience.kmath.real
/
map
map
inline
fun
DoubleVector
.
map
(
transform
:
(
Double
)
->
Double
)
:
DoubleVector
(
source
)
inline
fun
RealMatrix
.
map
(
crossinline
transform
:
(
Double
)
->
Double
)
:
RealMatrix
(
source
)