Himalaya
|
Implementation of the loop functions from [arXiv:1407.4081]. More...
#include "himalaya/mh2_eft/ThresholdLoopFunctions.hpp"
#include "himalaya/misc/Li2.hpp"
#include "himalaya/misc/Numerics.hpp"
#include <cmath>
#include <limits>
#include <utility>
Go to the source code of this file.
Namespaces | |
himalaya | |
himalaya::mh2_eft | |
himalaya::mh2_eft::threshold_loop_functions | |
Functions | |
double | himalaya::mh2_eft::threshold_loop_functions::F1 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F2 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F3 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F4 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F5 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F6 (double x) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F7 (double x) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::F8_1_1 (double x1, double x2) noexcept |
F8(x1,x2) in the limit x1 -> 1 and x2 -> 1. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F8_1_x2 (double x1, double x2) noexcept |
F8(x1,x2) in the limit x1 -> 1, x2 != 1. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F8_0_x2 (double x1, double x2) noexcept |
F8(x1,x2) in the limit x1 -> 0, x2 != 0. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F8_x1_x2 (double x1, double x2) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::F8 (double x1, double x2) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::F9_1_1 (double x1, double x2) noexcept |
F9(x1,x2) in the limit x1 -> 1 and x2 -> 1. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F9_1_x2 (double x1, double x2) noexcept |
F9(x1,x2) in the limit x1 -> 1. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F9_0_x2 (double, double x2) noexcept |
F9(x1,x2) in the limit x1 -> 0, x2 != 1, x2 != 0. More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::F9_x1_x2 (double x1, double x2) noexcept |
F9(x1,x2) in the limit x1 -> x2, x2 != 0. More... | |
double | himalaya::mh2_eft::threshold_loop_functions::F9 (double x1, double x2) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f (double r) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::g (double r) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f1 (double r) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f2 (double r) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f3 (double r) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f4 (double r) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::f5_0_0 (double r1, double r2) noexcept |
f5(r1,r2) in the limit r1 -> 0, r2 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f5_1_1 (double r1, double r2) noexcept |
f5(r1,r2) in the limit r1 -> 1 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f5_1_r2 (double r1, double r2) noexcept |
f5(r1,r2) in the limit r1 -> 1, r2 != 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f5_0_r2 (double r1, double r2) noexcept |
f5(r1,r2) in the limit r1 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f5_r1_r2 (double r1, double r2) noexcept |
f5(r1,r2) in the limit r1 -> r2 More... | |
double | himalaya::mh2_eft::threshold_loop_functions::f5 (double r1, double r2) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_0_0 (double r1, double r2) noexcept |
f6(r1,r2) in the limit r1 -> 0 and r2 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_1_1 (double r1, double r2) noexcept |
f6(r1,r2) in the limit r1 -> 1 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_0_1 (double r1, double r2) noexcept |
f6(r1,r2) in the limit r1 -> 0 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_1_r2 (double r1, double r2) noexcept |
f6(r1,r2) in the limit r1 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_0_r2 (double r1, double r2) noexcept |
f6(r1,r2) in the limit r1 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f6_r1_r2 (double r1, double r2) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::f6 (double r1, double r2) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_0_0 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> 0, r2 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_1_1 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> 1 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_0_1 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> 0 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_1_r2 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_0_r2 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f7_r1_r2 (double r1, double r2) noexcept |
f7(r1,r2) in the limit r1 -> r2 More... | |
double | himalaya::mh2_eft::threshold_loop_functions::f7 (double r1, double r2) noexcept |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_0_0 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> 0 and r2 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_1_1 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> 1 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_0_1 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> 0 and r2 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_1_r2 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> 1 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_0_r2 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> 0 More... | |
static double | himalaya::mh2_eft::threshold_loop_functions::f8_r1_r2 (double r1, double r2) noexcept |
f8(r1,r2) in the limit r1 -> r2 More... | |
double | himalaya::mh2_eft::threshold_loop_functions::f8 (double r1, double r2) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::fth1 (double y) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::fth2 (double y) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::fth3 (double y) noexcept |
double | himalaya::mh2_eft::threshold_loop_functions::Iabc (double, double, double) TCFATTR |
![]() | |
double | himalaya::mh2_eft::threshold_loop_functions::delta_xyz (double x, double y, double z) noexcept |
Delta function from hep-ph/0907.47682v1. More... | |
double | himalaya::mh2_eft::threshold_loop_functions::phi_xyz (double, double, double) TCFATTR |
![]() | |
Implementation of the loop functions from [arXiv:1407.4081].
Definition in file ThresholdLoopFunctions.cpp.