- java.lang.Object
-
- org.quantlib.GaussianMultiPathGenerator
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GaussianMultiPathGenerator extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGaussianMultiPathGenerator(long cPtr, boolean cMemoryOwn)GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator)GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator, boolean brownianBridge)GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator)GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator 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(GaussianMultiPathGenerator obj)SampleMultiPathnext()protected static longswigRelease(GaussianMultiPathGenerator obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GaussianMultiPathGenerator
protected GaussianMultiPathGenerator(long cPtr, boolean cMemoryOwn)
-
GaussianMultiPathGenerator
public GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator, boolean brownianBridge)
-
GaussianMultiPathGenerator
public GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator)
-
GaussianMultiPathGenerator
public GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator, boolean brownianBridge)
-
GaussianMultiPathGenerator
public GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GaussianMultiPathGenerator obj)
-
swigRelease
protected static long swigRelease(GaussianMultiPathGenerator obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
next
public SampleMultiPath next()
-
antithetic
public SampleMultiPath antithetic()
-
-