Uses of Class
org.orekit.control.indirect.adjoint.AbstractCartesianAdjointDerivativesProvider
-
Packages that use AbstractCartesianAdjointDerivativesProvider Package Description org.orekit.control.indirect.adjoint This package provides routines to model the adjoint dynamics as in the Pontryagin Maximum Principle, as used in indirect control. -
-
Uses of AbstractCartesianAdjointDerivativesProvider in org.orekit.control.indirect.adjoint
Subclasses of AbstractCartesianAdjointDerivativesProvider in org.orekit.control.indirect.adjoint Modifier and Type Class Description class
CartesianAdjointDerivativesProvider
Class defining the adjoint dynamics, as defined in the Pontryagin Maximum Principle, in the case where Cartesian coordinates in an inertial frame are the dependent variable.class
FieldCartesianAdjointDerivativesProvider<T extends CalculusFieldElement<T>>
Class defining the Field version of the adjoint dynamics for Cartesian coordinates, as defined in the Pontryagin Maximum Principle.
-