- java.lang.Object
-
- org.quantlib.TanhSinhIntegral
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class TanhSinhIntegral extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description TanhSinhIntegral()TanhSinhIntegral(double relTolerance)TanhSinhIntegral(double relTolerance, long maxRefinements)TanhSinhIntegral(double relTolerance, long maxRefinements, double minComplement)protectedTanhSinhIntegral(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculate(UnaryFunctionDelegate f, double a, double b)voiddelete()protected voidfinalize()protected static longgetCPtr(TanhSinhIntegral obj)protected static longswigRelease(TanhSinhIntegral obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
TanhSinhIntegral
protected TanhSinhIntegral(long cPtr, boolean cMemoryOwn)
-
TanhSinhIntegral
public TanhSinhIntegral(double relTolerance, long maxRefinements, double minComplement)
-
TanhSinhIntegral
public TanhSinhIntegral(double relTolerance, long maxRefinements)
-
TanhSinhIntegral
public TanhSinhIntegral(double relTolerance)
-
TanhSinhIntegral
public TanhSinhIntegral()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TanhSinhIntegral obj)
-
swigRelease
protected static long swigRelease(TanhSinhIntegral obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public double calculate(UnaryFunctionDelegate f, double a, double b)
-
-