Static Public Member Functions | |
static double | LambertW (double x) |
Lambert W function. | |
static double | smoothH (double x, double delta) |
Analytic approximation of the Heaviside step function. | |
static double | dsmoothH (double x, double delta) |
Derivative of smoothH. | |
static double | d2smoothH (double x, double delta) |
Second derivative of smoothH. |
static double gridripper::math::SpecMath::LambertW | ( | double | x | ) | [inline, static] |
Lambert W function.
The inverse of f(w) = w*exp(w).
x | the function argument |
static double gridripper::math::SpecMath::smoothH | ( | double | x, | |
double | delta | |||
) | [inline, static] |
Analytic approximation of the Heaviside step function.
x | the function argument | |
delta | half size of the smooth region |
static double gridripper::math::SpecMath::dsmoothH | ( | double | x, | |
double | delta | |||
) | [inline, static] |
Derivative of smoothH.
x | the function argument | |
delta | half size of the smooth region |
static double gridripper::math::SpecMath::d2smoothH | ( | double | x, | |
double | delta | |||
) | [inline, static] |
Second derivative of smoothH.
x | the function argument | |
delta | half size of the smooth region |