T
- type of the field elements
public class FieldShortPeriodicsInterpolatedCoefficient<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
表示需要随时间插值的系数。
可以对短周期系数进行插值以加快计算速度。此类通过方法addGridPoint(org.orekit.time.FieldAbsoluteDate<T>, T[])
存储系数的计算值,并通过方法value(org.orekit.time.FieldAbsoluteDate<T>)
给出插值结果。
Constructor and Description |
---|
FieldShortPeriodicsInterpolatedCoefficient(int interpolationPoints)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
addGridPoint(FieldAbsoluteDate<T> date, T[] value)
向插值网格添加一个点。
|
void |
clearHistory()
清除插值网格中记录的值。
|
T[] |
value(FieldAbsoluteDate<T> date)
计算系数的值。
|
public FieldShortPeriodicsInterpolatedCoefficient(int interpolationPoints)
interpolationPoints
- 用于插值的点数
public T[] value(FieldAbsoluteDate<T> date)
date
- 应计算系数的日期
public void clearHistory()
public void addGridPoint(FieldAbsoluteDate<T> date, T[] value)
date
- 点的横坐标
value
- 元素的值
Copyright © 2002-2023 CS GROUP. All rights reserved.