kmath
0.3.1-dev-RC
common
kmath-for-real
/
space.kscience.kmath.real
/
invoke
invoke
operator
fun
(
Double
)
->
Double
.
invoke
(
elementND
:
BufferND
<
Double
>
)
:
BufferND
<
Double
>
(
source
)
Element by element application of any operation on elements to the whole array. Just like in numpy.