Uses of Class
dev.nm.analysis.function.special.gamma.LogGamma.Method
-
Packages that use LogGamma.Method Package Description dev.nm.analysis.function.special.gamma -
-
Uses of LogGamma.Method in dev.nm.analysis.function.special.gamma
Methods in dev.nm.analysis.function.special.gamma that return LogGamma.Method Modifier and Type Method Description static LogGamma.Method
LogGamma.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogGamma.Method[]
LogGamma.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.analysis.function.special.gamma with parameters of type LogGamma.Method Constructor Description LogGamma(LogGamma.Method method, Lanczos lanczos)
Construct an instance of log-Gamma.
-