Table of Gaunt coefficients. More...
#include <gaunt.h>
Public Member Functions | |
Gaunt () | |
Dummy constructor. | |
Gaunt (int Lmax, int lmax, int lpmax) | |
Constructor. | |
~Gaunt () | |
Destructor. | |
double | coeff (int L, int M, int l, int m, int lp, int mp) const |
Get Gaunt coefficient. | |
Private Attributes | |
arma::cube | table |
Table of coefficients. | |
Table of Gaunt coefficients.