- java.lang.Object
-
- org.quantlib.GaussLobattoIntegral
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussLobattoIntegral extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGaussLobattoIntegral(long cPtr, boolean cMemoryOwn)GaussLobattoIntegral(long maxIterations, double absAccuracy)GaussLobattoIntegral(long maxIterations, double absAccuracy, double relAccuracy)GaussLobattoIntegral(long maxIterations, double absAccuracy, double relAccuracy, boolean useConvergenceEstimate)
-
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(GaussLobattoIntegral obj)protected static longswigRelease(GaussLobattoIntegral obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GaussLobattoIntegral
protected GaussLobattoIntegral(long cPtr, boolean cMemoryOwn)
-
GaussLobattoIntegral
public GaussLobattoIntegral(long maxIterations, double absAccuracy, double relAccuracy, boolean useConvergenceEstimate)
-
GaussLobattoIntegral
public GaussLobattoIntegral(long maxIterations, double absAccuracy, double relAccuracy)
-
GaussLobattoIntegral
public GaussLobattoIntegral(long maxIterations, double absAccuracy)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussLobattoIntegral obj)
-
swigRelease
protected static long swigRelease(GaussLobattoIntegral obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public double calculate(UnaryFunctionDelegate f, double a, double b)
-
-