kmath-for-real
/
space.kscience.kmath.real
/
invoke
common
invoke
operator fun
Buffer.Companion
.
invoke
(vararg doubles:
Double
):
RealVector
Content copied to clipboard
operator fun (
Double
) ->
Double
.
invoke
(ndElement:
NDBuffer
<
Double
>):
NDBuffer
<
Double
>
Content copied to clipboard
Element by element application of any operation on elements to the whole array. Just like in numpy.