#include <qle/models/crossassetanalyticsbase.hpp>
Collaboration diagram for P3_< E1, E2, E3 >:Public Member Functions | |
| P3_ (const E1 &e1, const E2 &e2, const E3 &e3) | |
| Real | eval (const CrossAssetModel &x, const Real t) const |
Public Attributes | |
| const E1 & | e1_ |
| const E2 & | e2_ |
| const E3 & | e3_ |
product expression, 3 factors
Definition at line 60 of file crossassetanalyticsbase.hpp.
| P3_ | ( | const E1 & | e1, |
| const E2 & | e2, | ||
| const E3 & | e3 | ||
| ) |
Definition at line 61 of file crossassetanalyticsbase.hpp.
| Real eval | ( | const CrossAssetModel & | x, |
| const Real | t | ||
| ) | const |
Definition at line 62 of file crossassetanalyticsbase.hpp.
| const E1& e1_ |
Definition at line 65 of file crossassetanalyticsbase.hpp.
| const E2& e2_ |
Definition at line 66 of file crossassetanalyticsbase.hpp.
| const E3& e3_ |
Definition at line 67 of file crossassetanalyticsbase.hpp.