Class AbstractCartesianAdjointDerivativesProvider
- java.lang.Object
-
- org.orekit.control.indirect.adjoint.AbstractCartesianAdjointDerivativesProvider
-
- Direct Known Subclasses:
CartesianAdjointDerivativesProvider
,FieldCartesianAdjointDerivativesProvider
public class AbstractCartesianAdjointDerivativesProvider extends Object
Abstract class defining common things for Cartesian adjoint dynamics between standard and Field versions.- Since:
- 12.2
- Author:
- Romain Serra
- See Also:
AdditionalDerivativesProvider
,NumericalPropagator
-
-
Constructor Summary
Constructors Constructor Description AbstractCartesianAdjointDerivativesProvider(CartesianCost cost)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CartesianCost
getCost()
Getter for the cost.int
getDimension()
Getter for the dimension.String
getName()
Getter for the name.
-
-
-
Constructor Detail
-
AbstractCartesianAdjointDerivativesProvider
public AbstractCartesianAdjointDerivativesProvider(CartesianCost cost)
Constructor.- Parameters:
cost
- cost function
-
-
Method Detail
-
getCost
public CartesianCost getCost()
Getter for the cost.- Returns:
- cost
-
getName
public String getName()
Getter for the name.- Returns:
- name
-
getDimension
public int getDimension()
Getter for the dimension.- Returns:
- dimension
-
-