QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Functions | |
Real | Si (Real x) |
Real | Ci (Real x) |
std::complex< Real > | Ei (const std::complex< Real > &z, const std::complex< Real > &acc) |
std::complex< Real > | Ei (const std::complex< Real > &z) |
std::complex< Real > | E1 (const std::complex< Real > &z) |
std::complex< Real > | Si (const std::complex< Real > &z) |
std::complex< Real > | Ci (const std::complex< Real > &z) |
References:
B. Rowe et al: GALSIM: The modular galaxy image simulation toolkit https://arxiv.org/abs/1407.7676
V. Pegoraro, P. Slusallek: On the Evaluation of the Complex-Valued Exponential Integral https://www.sci.utah.edu/~vpegorar/research/2011_JGT.pdf
Definition at line 77 of file exponentialintegrals.cpp.
Definition at line 100 of file exponentialintegrals.cpp.
Definition at line 123 of file exponentialintegrals.cpp.
Definition at line 205 of file exponentialintegrals.cpp.