Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
zetal Struct Reference

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for zetal:

Public Member Functions

 zetal (const Size i)
 
Real eval (const CrossAssetModel &x, const Real t) const
 

Public Attributes

const Size i_
 

Detailed Description

CR zeta component

Definition at line 560 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ zetal()

zetal ( const Size  i)

Definition at line 561 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

Real eval ( const CrossAssetModel x,
const Real  t 
) const

Definition at line 562 of file crossassetanalytics.hpp.

562{ return x.crlgm1f(i_)->zeta(t); }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ i_

const Size i_

Definition at line 563 of file crossassetanalytics.hpp.