- java.lang.Object
-
- org.quantlib.GaussianQuadrature
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
GaussChebyshev2ndIntegration,GaussChebyshevIntegration,GaussGegenbauerIntegration,GaussHermiteIntegration,GaussHyperbolicIntegration,GaussJacobiIntegration,GaussLaguerreIntegration,GaussLegendreIntegration
public class GaussianQuadrature extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGaussianQuadrature(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculate(UnaryFunctionDelegate f)voiddelete()protected voidfinalize()protected static longgetCPtr(GaussianQuadrature obj)longorder()protected static longswigRelease(GaussianQuadrature obj)Arrayweights()Arrayx()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GaussianQuadrature
protected GaussianQuadrature(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussianQuadrature obj)
-
swigRelease
protected static long swigRelease(GaussianQuadrature obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
order
public long order()
-
calculate
public double calculate(UnaryFunctionDelegate f)
-
-