public class GaussianSobolPathGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
GaussianSobolPathGenerator(long cPtr,
boolean cMemoryOwn) |
|
GaussianSobolPathGenerator(StochasticProcess1D process,
double length,
long steps,
GaussianLowDiscrepancySequenceGenerator rsg,
boolean brownianBridge) |
| Modifier and Type | Method and Description |
|---|---|
SamplePath |
antithetic() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(GaussianSobolPathGenerator obj) |
SamplePath |
next() |
protected GaussianSobolPathGenerator(long cPtr,
boolean cMemoryOwn)
public GaussianSobolPathGenerator(StochasticProcess1D process, double length, long steps, GaussianLowDiscrepancySequenceGenerator rsg, boolean brownianBridge)
protected static long getCPtr(GaussianSobolPathGenerator obj)
public void delete()
public SamplePath next()
public SamplePath antithetic()
Copyright © 2017. All rights reserved.