- java.lang.Object
-
- org.quantlib.LogMixedLinearCubic
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class LogMixedLinearCubic extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description LogMixedLinearCubic()LogMixedLinearCubic(long n)protectedLogMixedLinearCubic(long cPtr, boolean cMemoryOwn)LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior)LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior, CubicInterpolation.DerivativeApprox da)LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior, CubicInterpolation.DerivativeApprox da, boolean monotonic)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(LogMixedLinearCubic obj)protected static longswigRelease(LogMixedLinearCubic obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
LogMixedLinearCubic
protected LogMixedLinearCubic(long cPtr, boolean cMemoryOwn)
-
LogMixedLinearCubic
public LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior, CubicInterpolation.DerivativeApprox da, boolean monotonic)
-
LogMixedLinearCubic
public LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior, CubicInterpolation.DerivativeApprox da)
-
LogMixedLinearCubic
public LogMixedLinearCubic(long n, MixedInterpolation.Behavior behavior)
-
LogMixedLinearCubic
public LogMixedLinearCubic(long n)
-
LogMixedLinearCubic
public LogMixedLinearCubic()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LogMixedLinearCubic obj)
-
swigRelease
protected static long swigRelease(LogMixedLinearCubic obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-