kmath
common
kmath-core
/
space.kscience.kmath.expressions
/
DerivationResult
/
DerivationResult
Derivation
Result
common
fun
<
T
:
Any
>
DerivationResult
(
value
:
T
,
derivativeValues
:
Map
<
String
,
T
>
,
context
:
Field
<
T
>
)
Content copied to clipboard
Parameters
T
the non-nullable type of value.
value
the value of result.
Sources
common source
Link copied to clipboard