| Package | Description |
|---|---|
| net.finmath.montecarlo.process |
Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessEulerScheme.Scheme |
ProcessEulerScheme.getScheme() |
static ProcessEulerScheme.Scheme |
ProcessEulerScheme.Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessEulerScheme.Scheme[] |
ProcessEulerScheme.Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEulerScheme.setScheme(ProcessEulerScheme.Scheme scheme)
Deprecated.
Do not use anymore. Processes should be immutable.
|
Copyright © 2015. All rights reserved.