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