public class FieldLnsCoefficients<T extends CalculusFieldElement<T>> extends Object
The fomula used is:
Lns(γ) = ( R / a )nVnsQns(γ)
Constructor and Description |
---|
FieldLnsCoefficients(int nMax,
int sMax,
T[][] Qns,
TreeMap<CoefficientsFactory.NSKey,Double> Vns,
T roa,
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, TreeMap<CoefficientsFactory.NSKey,Double> Vns, T roa, 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-2022 CS GROUP. All rights reserved.