- java.lang.Object
-
- org.quantlib.InvCumulativeKnuthGaussianRsg
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class InvCumulativeKnuthGaussianRsg extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedInvCumulativeKnuthGaussianRsg(long cPtr, boolean cMemoryOwn)InvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator)InvCumulativeKnuthGaussianRsg(KnuthUniformRsg 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(InvCumulativeKnuthGaussianRsg obj)SampleRealVectornextSequence()protected static longswigRelease(InvCumulativeKnuthGaussianRsg obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
InvCumulativeKnuthGaussianRsg
protected InvCumulativeKnuthGaussianRsg(long cPtr, boolean cMemoryOwn)
-
InvCumulativeKnuthGaussianRsg
public InvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator)
-
InvCumulativeKnuthGaussianRsg
public InvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(InvCumulativeKnuthGaussianRsg obj)
-
swigRelease
protected static long swigRelease(InvCumulativeKnuthGaussianRsg obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
nextSequence
public SampleRealVector nextSequence()
-
dimension
public long dimension()
-
-