- java.lang.Object
-
- org.quantlib.TemperatureExponential
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class TemperatureExponential extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description TemperatureExponential(double initialTemp, long dimension)TemperatureExponential(double initialTemp, long dimension, double power)protectedTemperatureExponential(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(TemperatureExponential obj)protected static longswigRelease(TemperatureExponential obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
TemperatureExponential
protected TemperatureExponential(long cPtr, boolean cMemoryOwn)
-
TemperatureExponential
public TemperatureExponential(double initialTemp, long dimension, double power)
-
TemperatureExponential
public TemperatureExponential(double initialTemp, long dimension)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TemperatureExponential obj)
-
swigRelease
protected static long swigRelease(TemperatureExponential obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-