QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
Burley2020SobolBrownianBridgeRsg Class Reference

#include <sobolbrownianbridgersg.hpp>

+ Collaboration diagram for Burley2020SobolBrownianBridgeRsg:

Public Types

typedef Sample< std::vector< Real > > sample_type
 

Public Member Functions

 Burley2020SobolBrownianBridgeRsg (Size factors, Size steps, SobolBrownianGenerator::Ordering ordering=SobolBrownianGenerator::Diagonal, unsigned long seed=42, SobolRsg::DirectionIntegers directionIntegers=SobolRsg::JoeKuoD7, unsigned long scrambleSeed=43)
 
const sample_typenextSequence () const
 
const sample_typelastSequence () const
 
Size dimension () const
 

Private Attributes

sample_type seq_
 
Burley2020SobolBrownianGenerator gen_
 

Detailed Description

Definition at line 52 of file sobolbrownianbridgersg.hpp.

Member Typedef Documentation

◆ sample_type

typedef Sample<std::vector<Real> > sample_type

Definition at line 54 of file sobolbrownianbridgersg.hpp.

Constructor & Destructor Documentation

◆ Burley2020SobolBrownianBridgeRsg()

Burley2020SobolBrownianBridgeRsg ( Size  factors,
Size  steps,
SobolBrownianGenerator::Ordering  ordering = SobolBrownianGenerator::Diagonal,
unsigned long  seed = 42,
SobolRsg::DirectionIntegers  directionIntegers = SobolRsg::JoeKuoD7,
unsigned long  scrambleSeed = 43 
)

Definition at line 64 of file sobolbrownianbridgersg.cpp.

Member Function Documentation

◆ nextSequence()

const Burley2020SobolBrownianBridgeRsg::sample_type & nextSequence ( ) const

Definition at line 75 of file sobolbrownianbridgersg.cpp.

◆ lastSequence()

const Burley2020SobolBrownianBridgeRsg::sample_type & lastSequence ( ) const

Definition at line 81 of file sobolbrownianbridgersg.cpp.

◆ dimension()

Size dimension ( ) const

Definition at line 85 of file sobolbrownianbridgersg.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ seq_

sample_type seq_
mutableprivate

Definition at line 69 of file sobolbrownianbridgersg.hpp.

◆ gen_

Burley2020SobolBrownianGenerator gen_
mutableprivate

Definition at line 70 of file sobolbrownianbridgersg.hpp.