- java.lang.Object
-
- org.ojalgo.function.special.GammaFunction
-
- org.ojalgo.function.special.GammaFunction.Regularized
-
- Enclosing class:
- GammaFunction
public abstract static class GammaFunction.Regularized 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 Regularized()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublelower(double x, double limit)static doublelower(int n, double limit)static ComplexNumberlower(ComplexNumber z, double limit)static doubleupper(double x, double limit)static doubleupper(int n, double limit)static ComplexNumberupper(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)
-
-