T
- type of the field elements
public class FieldFixedNumberInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldInterpolationGrid<T>
该网格适应于所考虑的步长,意味着对于短步长,网格将很密集,而对于长步长,点之间将相距很远
Constructor and Description |
---|
FieldFixedNumberInterpolationGrid(org.hipparchus.Field<T> field, int pointsPerStep)
构造函数。
|
public FieldFixedNumberInterpolationGrid(org.hipparchus.Field<T> field, int pointsPerStep)
field
- 默认使用的字段
pointsPerStep
- 每步网格中的点数
public T[] getGridPoints(T stepStart, T stepEnd)
步长由其起始时间和结束时间定义。
getGridPoints
在接口 FieldInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>>
stepStart
- 步长的起始点
stepEnd
- 步长的结束点
Copyright © 2002-2023 CS GROUP. All rights reserved.