|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <sobolbrownianbridgersg.hpp>
Collaboration diagram for SobolBrownianBridgeRsg:Public Types | |
| typedef Sample< std::vector< Real > > | sample_type |
Public Member Functions | |
| SobolBrownianBridgeRsg (Size factors, Size steps, SobolBrownianGenerator::Ordering ordering=SobolBrownianGenerator::Diagonal, unsigned long seed=0, SobolRsg::DirectionIntegers directionIntegers=SobolRsg::JoeKuoD7) | |
| const sample_type & | nextSequence () const |
| const sample_type & | lastSequence () const |
| Size | dimension () const |
Private Attributes | |
| sample_type | seq_ |
| SobolBrownianGenerator | gen_ |
Definition at line 32 of file sobolbrownianbridgersg.hpp.
| typedef Sample<std::vector<Real> > sample_type |
Definition at line 34 of file sobolbrownianbridgersg.hpp.
| SobolBrownianBridgeRsg | ( | Size | factors, |
| Size | steps, | ||
| SobolBrownianGenerator::Ordering | ordering = SobolBrownianGenerator::Diagonal, |
||
| unsigned long | seed = 0, |
||
| SobolRsg::DirectionIntegers | directionIntegers = SobolRsg::JoeKuoD7 |
||
| ) |
Definition at line 40 of file sobolbrownianbridgersg.cpp.
| const SobolBrownianBridgeRsg::sample_type & nextSequence | ( | ) | const |
Definition at line 49 of file sobolbrownianbridgersg.cpp.
| const SobolBrownianBridgeRsg::sample_type & lastSequence | ( | ) | const |
Definition at line 56 of file sobolbrownianbridgersg.cpp.
| Size dimension | ( | ) | const |
|
mutableprivate |
Definition at line 48 of file sobolbrownianbridgersg.hpp.
|
mutableprivate |
Definition at line 49 of file sobolbrownianbridgersg.hpp.