- java.lang.Object
-
- org.quantlib.InvCumulativeSobolGaussianRsg
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class InvCumulativeSobolGaussianRsg extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedInvCumulativeSobolGaussianRsg(long cPtr, boolean cMemoryOwn)InvCumulativeSobolGaussianRsg(SobolRsg uniformSequenceGenerator)InvCumulativeSobolGaussianRsg(SobolRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()longdimension()protected voidfinalize()protected static longgetCPtr(InvCumulativeSobolGaussianRsg obj)SampleRealVectornextSequence()protected static longswigRelease(InvCumulativeSobolGaussianRsg obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
InvCumulativeSobolGaussianRsg
protected InvCumulativeSobolGaussianRsg(long cPtr, boolean cMemoryOwn)
-
InvCumulativeSobolGaussianRsg
public InvCumulativeSobolGaussianRsg(SobolRsg uniformSequenceGenerator)
-
InvCumulativeSobolGaussianRsg
public InvCumulativeSobolGaussianRsg(SobolRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(InvCumulativeSobolGaussianRsg obj)
-
swigRelease
protected static long swigRelease(InvCumulativeSobolGaussianRsg obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
nextSequence
public SampleRealVector nextSequence()
-
dimension
public long dimension()
-
-