Package org.orekit.utils
Interface StateFunction
-
public interface StateFunction
Interface representing a vector function depending onSpacecraftState
.- Since:
- 8.0
- Author:
- Luc Maisonobe
- See Also:
Differentiation.differentiate(StateFunction, int, org.orekit.attitudes.AttitudeProvider, org.orekit.orbits.OrbitType, org.orekit.orbits.PositionAngleType, double, int)
,StateJacobian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
value(SpacecraftState state)
Evaluate the function.
-
-
-
Method Detail
-
value
double[] value(SpacecraftState state)
Evaluate the function.- Parameters:
state
- spacecraft state as the sole free parameter of the function.- Returns:
- vector value of the function
-
-