|
void | operator() (double t, const std::vector< double > &state, std::vector< double > &derivative) |
|
void | diffusion (double t, const std::vector< double > &state, std::vector< double > &noise_coeff) |
|
|
double | mu = 0.05 |
|
double | sigma = 0.2 |
|
Definition at line 171 of file parallelism_usage_demo.cpp.
◆ diffusion()
void stochastic_research::GeometricBrownianMotion::diffusion |
( |
double |
t, |
|
|
const std::vector< double > & |
state, |
|
|
std::vector< double > & |
noise_coeff |
|
) |
| |
|
inline |
◆ operator()()
void stochastic_research::GeometricBrownianMotion::operator() |
( |
double |
t, |
|
|
const std::vector< double > & |
state, |
|
|
std::vector< double > & |
derivative |
|
) |
| |
|
inline |
◆ mu
double stochastic_research::GeometricBrownianMotion::mu = 0.05 |
◆ sigma
double stochastic_research::GeometricBrownianMotion::sigma = 0.2 |
The documentation for this struct was generated from the following file: