Fermi-Dirac integral. More...
#include <polylog.h>
This class performs direct computation of the Fermi-Dirac integral
using o2scl::inte_adapt_cern .
Public Member Functions | |
| void | calc_err (fp_t a, fp_t mu, fp_t &res, fp_t &err) |
Compute the integral, storing the result in res and the error in err. | |
Public Attributes | |
| inte_t | iiu |
| The integrator. | |
Protected Types | |
| typedef std::function< fp_t(fp_t)> | func_t |
| Internal function type. | |
Protected Member Functions | |
| fp_t | obj_func (fp_t x, fp_t a, fp_t mu) |
| The Fermi-Dirac function. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).