QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AbcdCoeffHolder Class Reference

#include <ql/math/interpolations/abcdinterpolation.hpp>

+ Inheritance diagram for AbcdCoeffHolder:
+ Collaboration diagram for AbcdCoeffHolder:

Public Member Functions

 AbcdCoeffHolder (Real a, Real b, Real c, Real d, bool aIsFixed, bool bIsFixed, bool cIsFixed, bool dIsFixed)
 
virtual ~AbcdCoeffHolder ()=default
 

Public Attributes

Real a_
 
Real b_
 
Real c_
 
Real d_
 
bool aIsFixed_ = false
 
bool bIsFixed_ = false
 
bool cIsFixed_ = false
 
bool dIsFixed_ = false
 
std::vector< Realk_
 
Real error_
 
Real maxError_
 
EndCriteria::Type abcdEndCriteria_ = EndCriteria::None
 

Detailed Description

Definition at line 42 of file abcdinterpolation.hpp.

Constructor & Destructor Documentation

◆ AbcdCoeffHolder()

AbcdCoeffHolder ( Real  a,
Real  b,
Real  c,
Real  d,
bool  aIsFixed,
bool  bIsFixed,
bool  cIsFixed,
bool  dIsFixed 
)

Definition at line 44 of file abcdinterpolation.hpp.

+ Here is the call graph for this function:

◆ ~AbcdCoeffHolder()

virtual ~AbcdCoeffHolder ( )
virtualdefault

Member Data Documentation

◆ a_

Real a_

Definition at line 71 of file abcdinterpolation.hpp.

◆ b_

Real b_

Definition at line 71 of file abcdinterpolation.hpp.

◆ c_

Real c_

Definition at line 71 of file abcdinterpolation.hpp.

◆ d_

Real d_

Definition at line 71 of file abcdinterpolation.hpp.

◆ aIsFixed_

bool aIsFixed_ = false

Definition at line 72 of file abcdinterpolation.hpp.

◆ bIsFixed_

bool bIsFixed_ = false

Definition at line 72 of file abcdinterpolation.hpp.

◆ cIsFixed_

bool cIsFixed_ = false

Definition at line 72 of file abcdinterpolation.hpp.

◆ dIsFixed_

bool dIsFixed_ = false

Definition at line 72 of file abcdinterpolation.hpp.

◆ k_

std::vector<Real> k_

Definition at line 73 of file abcdinterpolation.hpp.

◆ error_

Real error_

Definition at line 74 of file abcdinterpolation.hpp.

◆ maxError_

Real maxError_

Definition at line 74 of file abcdinterpolation.hpp.

◆ abcdEndCriteria_

Definition at line 75 of file abcdinterpolation.hpp.