|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <browniangenerator.hpp>
Inheritance diagram for BrownianGenerator:
Collaboration diagram for BrownianGenerator:Public Member Functions | |
| virtual | ~BrownianGenerator ()=default |
| virtual Real | nextStep (std::vector< Real > &)=0 |
| virtual Real | nextPath ()=0 |
| virtual Size | numberOfFactors () const =0 |
| virtual Size | numberOfSteps () const =0 |
Definition at line 30 of file browniangenerator.hpp.
|
virtualdefault |
Implemented in MTBrownianGenerator, and SobolBrownianGeneratorBase.
|
pure virtual |
Implemented in MTBrownianGenerator, and SobolBrownianGeneratorBase.
|
pure virtual |
Implemented in MTBrownianGenerator, and SobolBrownianGeneratorBase.
|
pure virtual |
Implemented in MTBrownianGenerator, and SobolBrownianGeneratorBase.