public class UpperBounds extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getDnl(double xx, double xpl, int n, int l)
获取上界值 Dnl(Χ)。
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
getDnl(T xx, T xpl, int n, int l)
获取上界值 Dnl(Χ)。
|
static double |
getRnml(double gamma, int n, int l, int m, int eps, int irf)
获取上界值 Rεn,m,l(γ)。
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
getRnml(T gamma, int n, int l, int m, int eps, int irf)
获取上界值 Rεn,m,l(γ)。
|
public static double getDnl(double xx, double xpl, int n, int l)
xx
- Χ²的值
xpl
- Χ * (Χ² / 2)l的值
n
- 索引 n(a/R的幂)
l
- 索引 l(离心率的幂)
public static <T extends org.hipparchus.CalculusFieldElement<T>> T getDnl(T xx, T xpl, int n, int l)
T
- 字段元素的类型
xx
- Χ²的值
xpl
- Χ * (Χ² / 2)l的值
n
- 索引 n(a/R的幂)
l
- 索引 l(离心率的幂)
public static double getRnml(double gamma, int n, int l, int m, int eps, int irf)
gamma
- γ的值
n
- 索引 n
l
- 索引 l
m
- 索引 m
eps
- ε值(+1/-1)
irf
- 逆行因子 I(+1/-1)
public static <T extends org.hipparchus.CalculusFieldElement<T>> T getRnml(T gamma, int n, int l, int m, int eps, int irf)
T
- 字段元素的类型
gamma
- γ的值
n
- 索引 n
l
- 索引 l
m
- 索引 m
eps
- ε值(+1/-1)
irf
- 逆行因子 I(+1/-1)
Copyright © 2002-2023 CS GROUP. All rights reserved.