flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
flexiblesusy::anonymous_namespace{Li3.cpp} Namespace Reference

Functions

template<typename T , int N>
Complex< T > horner (const Complex< T > &z, const T(&coeffs)[N]) noexcept
 
double li3_neg (double x) noexcept
 Li_3(x) for x in [-1,0]. More...
 
double li3_pos (double x) noexcept
 Li_3(x) for x in [0,1/2]. More...
 

Function Documentation

◆ horner()

template<typename T , int N>
Complex< T > flexiblesusy::anonymous_namespace{Li3.cpp}::horner ( const Complex< T > &  z,
const T(&)  coeffs[N] 
)
noexcept

Definition at line 29 of file Li3.cpp.

References flexiblesusy::Complex< T >::im, and flexiblesusy::Complex< T >::re.

Referenced by flexiblesusy::Li3().

◆ li3_neg()

double flexiblesusy::anonymous_namespace{Li3.cpp}::li3_neg ( double  x)
noexcept

Li_3(x) for x in [-1,0].

Definition at line 47 of file Li3.cpp.

Referenced by flexiblesusy::Li3().

◆ li3_pos()

double flexiblesusy::anonymous_namespace{Li3.cpp}::li3_pos ( double  x)
noexcept

Li_3(x) for x in [0,1/2].

Definition at line 72 of file Li3.cpp.

Referenced by flexiblesusy::Li3().