T
- type of the field elementspublic class FieldFixedNumberInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldInterpolationGrid<T>
The grid is adapted to the step considered, meaning that for short steps, the grid will be dense, while for long steps the points will be far away one from each other
Constructor and Description |
---|
FieldFixedNumberInterpolationGrid(org.hipparchus.Field<T> field,
int pointsPerStep)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T[] |
getGridPoints(T stepStart,
T stepEnd)
Get grid points that are within the current step.
|
public FieldFixedNumberInterpolationGrid(org.hipparchus.Field<T> field, int pointsPerStep)
field
- field used by defaultpointsPerStep
- number of points in the grid per steppublic T[] getGridPoints(T stepStart, T stepEnd)
The step is defined by its start and its end time.
getGridPoints
in interface FieldInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>>
stepStart
- start of the stepstepEnd
- end of the stepCopyright © 2002-2023 CS GROUP. All rights reserved.