GQCP
|
#include <BoysFunction.hpp>
Public Member Functions | |
double | operator() (const size_t n, const double x) const |
complex | operator() (const size_t n, const complex z) const |
An implementation of the Boys function.
Calculate the value for the complex-valued Boys function F_n(z).
n | The degree of the Boys function. |
z | The real-valued argument for the Boys function. |
double GQCP::BoysFunction::operator() | ( | const size_t | n, |
const double | x | ||
) | const |
Calculate the value for the real-valued Boys function F_n(x).
n | The degree of the Boys function. |
x | The real-valued argument for the Boys function. |
Calculate the value for the Boys function F_n(x).
n | The degree of the Boys function. |
x | The argument for the Boys function. |