|
Himalaya
|
Implementation of real Passarino-Veltman loop functions with squared arguments. More...
#include "himalaya/mh2_fo/PV.hpp"#include "himalaya/misc/Powers.hpp"#include <cmath>#include <complex>
Go to the source code of this file.
Namespaces | |
| himalaya | |
| himalaya::mh2_fo | |
Functions | |
| double | himalaya::mh2_fo::a0 (double m2, double q2) noexcept |
| A0 Passarino-Veltman function. More... | |
| double | himalaya::mh2_fo::b0xx (double p2, double m2, double q2) noexcept |
| B0(s,x,x,q2) Passarino-Veltman function. More... | |
| double | himalaya::mh2_fo::b0 (double p2, double m12, double m22, double q2) noexcept |
| B0 Passarino-Veltman function. More... | |
| double | himalaya::mh2_fo::d1_b0 (double m12, double m22) noexcept |
| derivative of B0 Passarino-Veltman function w.r.t. p^2, for p^2 = 0 More... | |
Implementation of real Passarino-Veltman loop functions with squared arguments.
Definition in file PV.cpp.
1.8.13