kmath
kmath-for-real
/
space.kscience.kmath.real
/
map
map
inline
fun
DoubleVector
.
map
(
transform
:
(
Double
)
->
Double
)
:
DoubleVector
Content copied to clipboard
inline
fun
RealMatrix
.
map
(
crossinline
transform
:
(
Double
)
->
Double
)
:
RealMatrix
Content copied to clipboard