Standard implementation for path generator factory. More...
#include <qle/methods/pathgeneratorfactory.hpp>
Public Member Functions | |
QuantLib::ext::shared_ptr< MultiPathGeneratorBase > | build (const SequenceType s, const QuantLib::ext::shared_ptr< StochasticProcess > &process, const TimeGrid &timeGrid, const BigNatural seed, const SobolBrownianGenerator::Ordering ordering, const SobolRsg::DirectionIntegers directionIntegers) override |
Public Member Functions inherited from PathGeneratorFactory | |
virtual | ~PathGeneratorFactory () |
virtual QuantLib::ext::shared_ptr< MultiPathGeneratorBase > | build (const SequenceType s, const QuantLib::ext::shared_ptr< StochasticProcess > &process, const TimeGrid &timeGrid, const BigNatural seed, const SobolBrownianGenerator::Ordering ordering, const SobolRsg::DirectionIntegers directionIntegers)=0 |
Standard implementation for path generator factory.
Definition at line 42 of file pathgeneratorfactory.hpp.
|
overridevirtual |
Implements PathGeneratorFactory.
Definition at line 44 of file pathgeneratorfactory.hpp.