- java.lang.Object
-
- org.quantlib.GaussianSobolPathGenerator
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussianSobolPathGenerator extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGaussianSobolPathGenerator(long cPtr, boolean cMemoryOwn)GaussianSobolPathGenerator(StochasticProcess arg0, double length, long timeSteps, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)GaussianSobolPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator 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(GaussianSobolPathGenerator obj)SamplePathnext()longsize()protected static longswigRelease(GaussianSobolPathGenerator obj)TimeGridtimeGrid()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GaussianSobolPathGenerator
protected GaussianSobolPathGenerator(long cPtr, boolean cMemoryOwn)
-
GaussianSobolPathGenerator
public GaussianSobolPathGenerator(StochasticProcess arg0, double length, long timeSteps, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)
-
GaussianSobolPathGenerator
public GaussianSobolPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussianSobolPathGenerator obj)
-
swigRelease
protected static long swigRelease(GaussianSobolPathGenerator 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()
-
-