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.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
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 | 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. |