- java.lang.Object
-
- org.ojalgo.function.special.GammaFunction
-
- Direct Known Subclasses:
GammaFunction.Incomplete,GammaFunction.Logarithmic,GammaFunction.Regularized
public abstract class GammaFunction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGammaFunction.Incomplete(package private) static classGammaFunction.LanczosApproximationLanczos approximation.static classGammaFunction.Logarithmicstatic classGammaFunction.Regularized
-
Constructor Summary
Constructors Constructor Description GammaFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublegamma(double x)static doublegamma(int n)static ComplexNumbergamma(ComplexNumber z)
-
-
-
Method Detail
-
gamma
public static ComplexNumber gamma(ComplexNumber z)
-
gamma
public static double gamma(double x)
-
gamma
public static double gamma(int n)
-
-