Package org.quantlib
Class BivariateCumulativeNormalDistributionDr78
- java.lang.Object
-
- org.quantlib.BivariateCumulativeNormalDistributionDr78
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class BivariateCumulativeNormalDistributionDr78 extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description BivariateCumulativeNormalDistributionDr78(double rho)protectedBivariateCumulativeNormalDistributionDr78(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(BivariateCumulativeNormalDistributionDr78 obj)doublegetValue(double a, double b)protected static longswigRelease(BivariateCumulativeNormalDistributionDr78 obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
BivariateCumulativeNormalDistributionDr78
protected BivariateCumulativeNormalDistributionDr78(long cPtr, boolean cMemoryOwn)
-
BivariateCumulativeNormalDistributionDr78
public BivariateCumulativeNormalDistributionDr78(double rho)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BivariateCumulativeNormalDistributionDr78 obj)
-
swigRelease
protected static long swigRelease(BivariateCumulativeNormalDistributionDr78 obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getValue
public double getValue(double a, double b)
-
-