Class fermi_dirac_integ_tl (o2scl)¶
-
template<class inte_t, class fp_t = double>
class fermi_dirac_integ_tl¶ Compute a Fermi-Dirac integral by direct integration.
This class performs direct computation of the Fermi-Dirac integral
\[ F_{a}(\mu) = \int_0^{\infty} \frac{x^a}{1+e^{x-\mu}} \, . \]using an integrator which is specified as a class template parameter. This class is used in o2scl::fermi_dirac_integ_direct and o2scl::polylog .Note that the GSL definition of the Fermi-Dirac integral includes an additional factor of \( 1/\Gamma(a+1) \) which is not included here.
Todo
In fermi_dirac_integ_tl, better testing of accuracy.
Public Functions