kmath
common
kmath-core
/
space.kscience.kmath.expressions
/
DoubleExpression
/
invoke
invoke
common
open
operator override
fun
invoke
(
arguments
:
Map
<
Symbol
,
Double
>
)
:
Double
Content copied to clipboard
Calls this expression from arguments.
Return
the value.
Parameters
arguments
the map of arguments.
abstract
operator
fun
invoke
(
arguments
:
DoubleArray
)
:
Double
Content copied to clipboard
Calls this expression from arguments.
Return
the value.
Parameters
arguments
the array of arguments.