public class LnsCoefficients extends Object
The fomula used is:
Lns(γ) = ( R / a )nVnsQns(γ)
| Constructor | Description |
|---|---|
LnsCoefficients(int nMax,
int sMax,
double[][] Qns,
TreeMap<CoefficientsFactory.NSKey,Double> Vns,
double roa) |
Create a set of Lns(γ) coefficients.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getdLnsdGamma(int n,
int s) |
Get the value of dLns / dγ (γ).
|
double |
getLns(int n,
int s) |
Get the value of Lns(γ).
|
public LnsCoefficients(int nMax,
int sMax,
double[][] Qns,
TreeMap<CoefficientsFactory.NSKey,Double> Vns,
double roa)
nMax - maximum value for nsMax - maximum value for sQns - the Qns(γ) coefficientsVns - the Vns coefficientsroa - (R / a)Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.