39 const std::vector<Size>& stateProcessProjection,
40 const QuantLib::ext::shared_ptr<std::vector<std::vector<QuantLib::Path>>>& bufferedPaths);
41 const Sample<MultiPath>&
next()
const override;
42 void reset()
override;
46 const QuantLib::ext::shared_ptr<std::vector<std::vector<QuantLib::Path>>>
bufferedPaths_;
49 mutable Sample<MultiPath>
next_;
Multi Path Generator Base.
const QuantLib::ext::shared_ptr< std::vector< std::vector< QuantLib::Path > > > bufferedPaths_
Sample< MultiPath > next_
const std::vector< Size > stateProcessProjection_
const Sample< MultiPath > & next() const override
base class for multi path generators
multi path generators returning the generating N(0,1) variates, this is very much in parallel to the ...