Uses of Interface
org.orekit.utils.StateJacobian
-
Packages that use StateJacobian Package Description org.orekit.utils This package provides useful objects. -
-
Uses of StateJacobian in org.orekit.utils
Methods in org.orekit.utils that return StateJacobian 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.
-