public interface IParamDiffFunction extends IParameterizableFunction
Modifier and Type | Method and Description |
---|---|
double |
derivativeValue(Parameter p,
SpacecraftState s)
Compute the derivative value with respect to the input parameter.
|
boolean |
isDifferentiableBy(Parameter p)
Tell if the function is differentiable by the given parameter.
|
value
getParameters, supportsParameter
double derivativeValue(Parameter p, SpacecraftState s)
p
- parameters
- current stateboolean isDifferentiableBy(Parameter p)
p
- function parameterCopyright © 2021 CNES. All rights reserved.