![]() |
(git:f56c6e3)
|
Go to the source code of this file.
Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| double | libgrpp_gaussian_norm_factor (int n, int l, int m, double alpha) |
| #define M_PI 3.14159265358979323846 |
Definition at line 18 of file grpp_norm_gaussian.c.
| double libgrpp_gaussian_norm_factor | ( | int | n, |
| int | l, | ||
| int | m, | ||
| double | alpha | ||
| ) |
Calculates normalization factor for the cartesian Gaussian x^n y^l z^m exp(-alpha*r^2)
Definition at line 27 of file grpp_norm_gaussian.c.