Uses of Interface
org.orekit.utils.StateFunction
-
Packages that use StateFunction Package Description org.orekit.utils This package provides useful objects. -
-
Uses of StateFunction in org.orekit.utils
Methods in org.orekit.utils with parameters of type StateFunction Modifier and Type Method Description static StateJacobian
Differentiation. differentiate(StateFunction function, int dimension, AttitudeProvider provider, OrbitType orbitType, PositionAngleType positionAngleType, double dP, int nbPoints)
Differentiate a vector function using finite differences.
-