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