#include <FermiDirac.h>
Static Public Member Functions | |
| double | CompleteFDm1 (const double x) |
| Evaluate the complete FermiDirac integral for j = -1. | |
| Dpair | CompleteFDm1Err (const double x) |
| Evaluate the complete FermiDirac integral for j = -1 and estimate the error. | |
| double | CompleteFD0 (const double x) |
| Evaluate the complete FermiDirac integral for j = 0. | |
| Dpair | CompleteFD0Err (const double x) |
| Evaluate the complete FermiDirac integral for j = 0 and estimate the error. | |
| double | CompleteFD1 (const double x) |
| Evaluate the complete FermiDirac integral for j = 1. | |
| Dpair | CompleteFD1Err (const double x) |
| Evaluate the complete FermiDirac integral for j = 1 and estimate the error. | |
| double | CompleteFD2 (const double x) |
| Evaluate the complete FermiDirac integral for j = 2. | |
| Dpair | CompleteFD2Err (const double x) |
| Evaluate the complete FermiDirac integral for j = 2 and estimate the error. | |
| double | CompleteFDj (const int j, const double x) |
| Evaluate the complete FermiDirac integral for any integer j. | |
| Dpair | CompleteFDjErr (const int j, const double x) |
| Evaluate the complete FermiDirac integral for any integer j and estimate the error. | |
| double | CompleteFDmHalf (const double x) |
| Evaluate the complete FermiDirac integral for j = -1/2. | |
| Dpair | CompleteFDmHalfErr (const double x) |
| Evaluate the complete FermiDirac integral for j = -1/2 and estimate the error. | |
| double | CompleteFDHalf (const double x) |
| Evaluate the complete FermiDirac integral for j = 1/2. | |
| Dpair | CompleteFDHalfErr (const double x) |
| Evaluate the complete FermiDirac integral for j = 1/2 and estimate the error. | |
| double | CompleteFD3Half (const double x) |
| Evaluate the complete FermiDirac integral for j = 3/2. | |
| Dpair | CompleteFD3HalfErr (const double x) |
| Evaluate the complete FermiDirac integral for j = 3/2 and estimate the error. | |
| double | IncompleteFD0 (const double x, const double b) |
| Evaluate the incomplete FermiDirac integral for j = 0. | |
| Dpair | IncompleteFD0Err (const double x, const double b) |
| Evaluate the incomplete FermiDirac integral for j = 0 and estimate the error. | |
Definition at line 25 of file FermiDirac.h.
|
|
Evaluate the complete FermiDirac integral for j = 0.
|
|
|
Evaluate the complete FermiDirac integral for j = 0 and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = 1.
|
|
|
Evaluate the complete FermiDirac integral for j = 1 and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = 2.
|
|
|
Evaluate the complete FermiDirac integral for j = 2 and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = 3/2.
|
|
|
Evaluate the complete FermiDirac integral for j = 3/2 and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = 1/2.
|
|
|
Evaluate the complete FermiDirac integral for j = 1/2 and estimate the error.
|
|
||||||||||||
|
Evaluate the complete FermiDirac integral for any integer j.
|
|
||||||||||||
|
Evaluate the complete FermiDirac integral for any integer j and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = -1.
|
|
|
Evaluate the complete FermiDirac integral for j = -1 and estimate the error.
|
|
|
Evaluate the complete FermiDirac integral for j = -1/2.
|
|
|
Evaluate the complete FermiDirac integral for j = -1/2 and estimate the error.
|
|
||||||||||||
|
Evaluate the incomplete FermiDirac integral for j = 0.
|
|
||||||||||||
|
Evaluate the incomplete FermiDirac integral for j = 0 and estimate the error.
|
1.3.4