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