public class FieldFixedNumberInterpolationGrid<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 be dense, while for long steps the points will be far away one from each other
Constructor and Description |
---|
FieldFixedNumberInterpolationGrid(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 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-2022 CS GROUP. All rights reserved.