- java.lang.Object
-
- org.quantlib.GaussianQuadrature
-
- org.quantlib.GaussChebyshevIntegration
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussChebyshevIntegration extends GaussianQuadrature implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.GaussianQuadrature
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description GaussChebyshevIntegration(long n)protectedGaussChebyshevIntegration(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(GaussChebyshevIntegration obj)protected static longswigRelease(GaussChebyshevIntegration obj)-
Methods inherited from class org.quantlib.GaussianQuadrature
calculate, getCPtr, order, swigRelease, weights, x
-
-
-
-
Constructor Detail
-
GaussChebyshevIntegration
protected GaussChebyshevIntegration(long cPtr, boolean cMemoryOwn)
-
GaussChebyshevIntegration
public GaussChebyshevIntegration(long n)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussChebyshevIntegration obj)
-
swigRelease
protected static long swigRelease(GaussChebyshevIntegration obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classGaussianQuadrature
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classGaussianQuadrature
-
-