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

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for Hl:

Public Member Functions

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

Public Attributes

const Size i_
 

Detailed Description

CR H component

Definition at line 546 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ Hl()

Hl ( const Size  i)

Definition at line 547 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

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

Definition at line 548 of file crossassetanalytics.hpp.

548{ return x.crlgm1f(i_)->H(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 549 of file crossassetanalytics.hpp.