public interface IJacobiansParameterizable extends IParameterizable
Modifier and Type | Method and Description |
---|---|
void |
addDAccDParam(SpacecraftState s,
Parameter param,
double[] dAccdParam)
Compute acceleration derivatives with respect to additional parameters.
|
void |
addDAccDState(SpacecraftState s,
double[][] dAccdPos,
double[][] dAccdVel)
Compute acceleration derivatives with respect to state parameters.
|
boolean |
supportsJacobianParameter(Parameter param)
Check if a jacobian parameter is supported.
|
getParameters, supportsParameter
void addDAccDState(SpacecraftState s, double[][] dAccdPos, double[][] dAccdVel) throws PatriusException
s
- spacecraft statedAccdPos
- acceleration derivatives with respect to positiondAccdVel
- acceleration derivatives with respect to velocityPatriusException
- if derivatives cannot be computedvoid addDAccDParam(SpacecraftState s, Parameter param, double[] dAccdParam) throws PatriusException
s
- spacecraft stateparam
- the parameter with respect to which derivatives are requireddAccdParam
- acceleration derivatives with respect to specified parametersPatriusException
- if derivatives cannot be computedboolean supportsJacobianParameter(Parameter param)
param
- parameter to checkCopyright © 2018 CNES. All Rights Reserved.