Package org.orekit.utils
Interface StateJacobian
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface representing the Jacobian of a vector function depending on
SpacecraftState.- Since:
- 8.0
- Author:
- Luc Maisonobe
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondouble[][]value(SpacecraftState state) Evaluate the Jacobian of the function.
-
Method Details
-
value
Evaluate the Jacobian of the function.- Parameters:
state- spacecraft state as the sole free parameter of the function.- Returns:
- Jacobian matrix
-