Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
17 posts
|
Luigi
The function G2::dynamics() is never called. I just tryed to setup in the debugger running the BermudanSwaption example. Or am I overlooking something? Cheers, Lars Lars Schouw <[hidden email]> wrote:
... [show rest of quote]
Relax. Yahoo! Mail virus scanning helps detect nasty viruses! |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
17 posts
|
Is that only when using the tree? Lars Schouw <[hidden email]> wrote: Luigi ... [show rest of quote]
Relax. Yahoo! Mail virus scanning helps detect nasty viruses! |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
17 posts
|
In reply to this post by Lars Schouw
Is that only when using the tree?
Lars Schouw
Yahoo! Mail Use Photomail to share photos without annoying attachments. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
17 posts
|
In reply to this post by Lars Schouw
Is that only when using the tree?
Lars Schouw
Relax. Yahoo! Mail virus scanning helps detect nasty viruses! |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
18 posts
|
In reply to this post by Lars Schouw
Lars, the fnction G2::dynamics() is actually used when pricing using trees. It is the reimplementation of the pure virtual function
virtual boost::shared_ptr<ShortRateDynamics> dynamics() const = 0; defined in the file twofactormodel.hpp. It is called in the function boost::shared_ptr<NumericalMethod> TwoFactorModel::tree(const TimeGrid& grid) const { boost::shared_ptr<ShortRateDynamics> dyn = dynamics(); ... } in two factormodel.cpp. Bye, marco ---------- Initial Header ----------- |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
6 posts
|
In reply to this post by Lars Schouw
> Is that only when using the tree? > > Lars Schouw > > --------------------------------- > Relax. Yahoo! Mail virus scanning helps detect nasty viruses! |
Free forum by Nabble | Disable Popup Ads | Edit this page |