Package org.ojalgo.function.special
Class GammaFunction.Incomplete
- java.lang.Object
-
- org.ojalgo.function.special.GammaFunction
-
- org.ojalgo.function.special.GammaFunction.Incomplete
-
- Enclosing class:
- GammaFunction
public abstract static class GammaFunction.Incomplete extends GammaFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.function.special.GammaFunction
GammaFunction.Incomplete, GammaFunction.LanczosApproximation, GammaFunction.Logarithmic, GammaFunction.Regularized
-
-
Constructor Summary
Constructors Constructor Description Incomplete()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
lower(double x, double limit)
static double
lower(int n, double limit)
static ComplexNumber
lower(ComplexNumber z, double limit)
static double
upper(double x, double limit)
static double
upper(int n, double limit)
static ComplexNumber
upper(ComplexNumber z, double limit)
-
Methods inherited from class org.ojalgo.function.special.GammaFunction
gamma, gamma, gamma
-
-
-
-
Method Detail
-
lower
public static ComplexNumber lower(ComplexNumber z, double limit)
-
lower
public static double lower(double x, double limit)
-
lower
public static double lower(int n, double limit)
-
upper
public static ComplexNumber upper(ComplexNumber z, double limit)
-
upper
public static double upper(double x, double limit)
-
upper
public static double upper(int n, double limit)
-
-