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.
|
valuegetParameters, supportsParameterdouble derivativeValue(Parameter p, SpacecraftState s)
p - parameters - current stateboolean isDifferentiableBy(Parameter p)
p - function parameterCopyright © 2024 CNES. All rights reserved.