public class FieldFixedNumberInterpolationGrid<T extends RealFieldElement<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 RealFieldElement<T>>
stepStart
- start of the stepstepEnd
- end of the stepCopyright © 2002-2020 CS GROUP. All rights reserved.