- java.lang.Object
-
- org.quantlib.GammaFunction
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GammaFunction extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description GammaFunction()protectedGammaFunction(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(GammaFunction obj)doublelogValue(double x)protected static longswigRelease(GammaFunction obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GammaFunction
protected GammaFunction(long cPtr, boolean cMemoryOwn)
-
GammaFunction
public GammaFunction()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GammaFunction obj)
-
swigRelease
protected static long swigRelease(GammaFunction obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
logValue
public double logValue(double x)
-
-