- java.lang.Object
-
- org.quantlib.GaussianQuadrature
-
- org.quantlib.GaussLaguerreIntegration
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussLaguerreIntegration extends GaussianQuadrature implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.GaussianQuadrature
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description GaussLaguerreIntegration(long n)protectedGaussLaguerreIntegration(long cPtr, boolean cMemoryOwn)GaussLaguerreIntegration(long n, double s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(GaussLaguerreIntegration obj)protected static longswigRelease(GaussLaguerreIntegration obj)-
Methods inherited from class org.quantlib.GaussianQuadrature
calculate, getCPtr, order, swigRelease, weights, x
-
-
-
-
Constructor Detail
-
GaussLaguerreIntegration
protected GaussLaguerreIntegration(long cPtr, boolean cMemoryOwn)
-
GaussLaguerreIntegration
public GaussLaguerreIntegration(long n, double s)
-
GaussLaguerreIntegration
public GaussLaguerreIntegration(long n)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussLaguerreIntegration obj)
-
swigRelease
protected static long swigRelease(GaussLaguerreIntegration obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classGaussianQuadrature
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classGaussianQuadrature
-
-