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