T
- type of the field elements
public class FieldLnsCoefficients<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
使用的公式是:
Lns(γ) = ( R / a )nVnsQns(γ)
Constructor and Description |
---|
FieldLnsCoefficients(int nMax, int sMax, T[][] Qns, SortedMap<CoefficientsFactory.NSKey,Double> Vns, T roa, org.hipparchus.Field<T> field)
创建一组 Lns(γ) 系数。
|
Modifier and Type | Method and Description |
---|---|
T |
getdLnsdGamma(int n, int s)
获取 dLns / dγ (γ) 的值。
|
T |
getLns(int n, int s)
获取 Lns(γ) 的值。
|
Copyright © 2002-2023 CS GROUP. All rights reserved.