#include <Bases.h>
Public Member Functions | |
Yre (const Yre &) | |
Yre (const int L, const int M) | |
Initialize with the angular momentum quantum numbers. | |
GReal_t | eval (const GReal_t theta, const GReal_t phi) const |
Evaluate it as a function at given coordinates. | |
Public Attributes | |
const int | l |
Index pairs (angular momentum magnitude and direction quantum numbers). | |
const int | m |
(for ), (for ), (for ).
gridripper::multipole::Yre::Yre | ( | const int | L, | |
const int | M | |||
) |
Initialize with the angular momentum quantum numbers.
Evaluate it as a function at given coordinates.
Reimplemented in gridripper::multipole::Coeff< GReal_t >.