| 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.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Covariance3By3DynamicMatrix
 | 
class  | 
DynamicMatrixPropagationParameter
Represents a  
DynamicMatrix which in turn represents a particular
 parameter in the state during integration. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DynamicMatrixPropagationParameter.checkForSameDefinition(DynamicMatrix other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected abstract boolean | 
DynamicMatrix.checkForSameDefinition(DynamicMatrix other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
Covariance3By3DynamicMatrix.checkForSameDefinition(DynamicMatrix other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
DynamicMatrix(DynamicMatrix existingInstance,
             CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicMatrix | 
StateTransitionMatrix.getIntegrationDynamicMatrix()
Gets a  
DynamicMatrix which is parameterized on the value of the
    StateTransitionMatrix during integration. |