- java.lang.Object
-
- org.quantlib.GaussianSobolMultiPathGenerator
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussianSobolMultiPathGenerator extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGaussianSobolMultiPathGenerator(long cPtr, boolean cMemoryOwn)GaussianSobolMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianLowDiscrepancySequenceGenerator generator)GaussianSobolMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)GaussianSobolMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator generator)GaussianSobolMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SampleMultiPathantithetic()voiddelete()protected voidfinalize()protected static longgetCPtr(GaussianSobolMultiPathGenerator obj)SampleMultiPathnext()protected static longswigRelease(GaussianSobolMultiPathGenerator obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GaussianSobolMultiPathGenerator
protected GaussianSobolMultiPathGenerator(long cPtr, boolean cMemoryOwn)
-
GaussianSobolMultiPathGenerator
public GaussianSobolMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)
-
GaussianSobolMultiPathGenerator
public GaussianSobolMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianLowDiscrepancySequenceGenerator generator)
-
GaussianSobolMultiPathGenerator
public GaussianSobolMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianLowDiscrepancySequenceGenerator generator, boolean brownianBridge)
-
GaussianSobolMultiPathGenerator
public GaussianSobolMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianLowDiscrepancySequenceGenerator generator)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussianSobolMultiPathGenerator obj)
-
swigRelease
protected static long swigRelease(GaussianSobolMultiPathGenerator obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
next
public SampleMultiPath next()
-
antithetic
public SampleMultiPath antithetic()
-
-