public class FieldMaxGapInterpolationGrid<T extends CalculusFieldElement<T>> extends Object implements FieldInterpolationGrid<T>
The grid is adapted to the step considered, meaning that for short steps, the grid will have numerous points.
| Constructor and Description |
|---|
FieldMaxGapInterpolationGrid(Field<T> field,
T maxGap)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T[] |
getGridPoints(T stepStart,
T stepEnd)
Get grid points that are within the current step.
|
public T[] getGridPoints(T stepStart, T stepEnd)
The step is defined by its start and its end time.
getGridPoints in interface FieldInterpolationGrid<T extends CalculusFieldElement<T>>stepStart - start of the stepstepEnd - end of the stepCopyright © 2002-2023 CS GROUP. All rights reserved.