Package org.quantlib
Class InvCumulativeMersenneTwisterPathGenerator
- java.lang.Object
-
- org.quantlib.InvCumulativeMersenneTwisterPathGenerator
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class InvCumulativeMersenneTwisterPathGenerator extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedInvCumulativeMersenneTwisterPathGenerator(long cPtr, boolean cMemoryOwn)InvCumulativeMersenneTwisterPathGenerator(StochasticProcess arg0, double length, long timeSteps, InvCumulativeMersenneTwisterGaussianRsg generator, boolean brownianBridge)InvCumulativeMersenneTwisterPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, InvCumulativeMersenneTwisterGaussianRsg generator, boolean brownianBridge)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SamplePathantithetic()voiddelete()protected voidfinalize()protected static longgetCPtr(InvCumulativeMersenneTwisterPathGenerator obj)SamplePathnext()longsize()protected static longswigRelease(InvCumulativeMersenneTwisterPathGenerator obj)TimeGridtimeGrid()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
InvCumulativeMersenneTwisterPathGenerator
protected InvCumulativeMersenneTwisterPathGenerator(long cPtr, boolean cMemoryOwn)
-
InvCumulativeMersenneTwisterPathGenerator
public InvCumulativeMersenneTwisterPathGenerator(StochasticProcess arg0, double length, long timeSteps, InvCumulativeMersenneTwisterGaussianRsg generator, boolean brownianBridge)
-
InvCumulativeMersenneTwisterPathGenerator
public InvCumulativeMersenneTwisterPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, InvCumulativeMersenneTwisterGaussianRsg generator, boolean brownianBridge)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(InvCumulativeMersenneTwisterPathGenerator obj)
-
swigRelease
protected static long swigRelease(InvCumulativeMersenneTwisterPathGenerator obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
next
public SamplePath next()
-
antithetic
public SamplePath antithetic()
-
size
public long size()
-
-