T
- type of the field elementspublic class FieldLnsCoefficients<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
The fomula used is:
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)
Create a set of Lns(γ) coefficients.
|
Modifier and Type | Method and Description |
---|---|
T |
getdLnsdGamma(int n,
int s)
Get the value of dLns / dγ (γ).
|
T |
getLns(int n,
int s)
Get the value of Lns(γ).
|
public FieldLnsCoefficients(int nMax, int sMax, T[][] Qns, SortedMap<CoefficientsFactory.NSKey,Double> Vns, T roa, org.hipparchus.Field<T> field)
nMax
- maximum value for nsMax
- maximum value for sQns
- the Qns(γ) coefficientsVns
- the Vns coefficientsroa
- (R / a)field
- field used by defaultCopyright © 2002-2023 CS GROUP. All rights reserved.