Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
static TransitionType |
TransitionType.getDefault()
Get the enum constant that is considered to be the default.
|
static TransitionType |
TransitionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
TransitionType |
StateTransitionMatrix.getTransitionType()
Gets whether this
StateTransitionMatrix is operating in epoch or piecewise mode. |
static TransitionType |
TransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionType[] |
TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DateMotionCollection1<Matrix> |
StateTransitionMatrix.populateCovarianceCollection(Matrix initialCovariance,
DateMotionCollection1<Matrix> stateTransitionMatrices,
TransitionType transitionType)
Transforms an initial covariance matrix forward in time using the given collection of
state transition matrices . |
void |
StateTransitionMatrix.setTransitionType(TransitionType value)
Sets whether this
StateTransitionMatrix is operating in epoch or piecewise mode. |