T
- type of the field elements
public interface FieldInterpolationGrid<T extends org.hipparchus.CalculusFieldElement<T>>
插值网格提供了一个时间点的网格,可用于插值过程。
在DSST传播的背景下,插值网格用于通过插值计算短周期系数。
Modifier and Type | Method and Description |
---|---|
T[] |
getGridPoints(T stepStart, T stepEnd)
获取在当前步长内的网格点。
|
Copyright © 2002-2023 CS GROUP. All rights reserved.