kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.expressions
/
withDefaultArgs
with
Default
Args
fun
<
T
>
Expression
<
T
>
.
withDefaultArgs
(
defaultArgs
:
Map
<
Symbol
,
T
>
)
:
ExpressionWithDefault
<
T
>
fun
<
T
>
DifferentiableExpression
<
T
>
.
withDefaultArgs
(
defaultArgs
:
Map
<
Symbol
,
T
>
)
:
DiffExpressionWithDefault
<
T
>