T
- type of the field elementspublic interface FieldInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>>
An interpolation grid provides a grid of time points that can be used for interpolation processes.
In the context of DSST propagation, an interpolation grid is used for the computation through interpolation of short periodics coefficients
Modifier and Type | Method and Description |
---|---|
T[] |
getGridPoints(T stepStart,
T stepEnd)
Get grid points that are within the current step.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.