| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| agi.foundation.numericalmethods | 
 Contains general numerical algorithms. 
 | 
| agi.foundation.numericalmethods.advanced | 
 Contains additional advanced numerical algorithms and supporting types. 
 | 
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicMatrixEvaluator | 
DynamicMatrix.getEvaluator()
Gets an evaluator that can be used to find the  
Motion<Matrix>
    of this instance at a given JulianDate. | 
DynamicMatrixEvaluator | 
DynamicMatrixPropagationParameter.getEvaluator(EvaluatorGroup group)
 | 
abstract DynamicMatrixEvaluator | 
DynamicMatrix.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the  
Motion<Matrix>
    of this instance at a given JulianDate. | 
DynamicMatrixEvaluator | 
Covariance3By3DynamicMatrix.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the  
Motion<Matrix>
    of this instance at a given JulianDate. | 
| Constructor and Description | 
|---|
DynamicMatrixEvaluator(DynamicMatrixEvaluator existingInstance,
                      CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicMatrixEvaluator | 
Covariance6By6TwoBodyBlender.getEvaluator()
Gets an evaluator that blends the covariance information. 
 | 
DynamicMatrixEvaluator | 
Covariance6By6TwoBodyBlender.getEvaluator(EvaluatorGroup group)
Gets an evaluator that blends the covariance information. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartialDerivativesEvaluator
An interface for an evaluator that takes a  
JulianDate, order, and list of
 inputs and returns the partial derivatives of itself with respect to those inputs. | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicMatrixEvaluator | 
TwoBodyStateTransitionMatrixPropagator.getEvaluator()
    Gets an evaluator that can propagate the state transition matrix to individual dates. 
 | 
DynamicMatrixEvaluator | 
TwoBodyStateTransitionMatrixPropagator.getEvaluator(EvaluatorGroup group)
    Gets an evaluator that can propagate the state transition matrix to individual dates. 
 |