![]() |
(git:b77b4be)
|
#include "libgrpp.h"
Go to the source code of this file.
Functions | |
void | libgrpp_create_real_spherical_harmonic_coeffs_tables (int Lmax) |
void | libgrpp_pretabulate_bessel () |
void | libgrpp_init () |
int | libgrpp_is_initialized () |
void | libgrpp_finalize () |
Variables | |
static int | libgrpp_initialized = 0 |
void libgrpp_create_real_spherical_harmonic_coeffs_tables | ( | int | Lmax | ) |
Constructs the set of tables with C_{l,m}^{lx,ly,lz} coefficients (up to maximum angular momentum Lmax). (pretabulation step)
Definition at line 60 of file grpp_spherical_harmonics.c.
void libgrpp_pretabulate_bessel | ( | ) |
Definition at line 48 of file grpp_specfunc_scaled_mod_sph_bessel.c.
void libgrpp_init | ( | ) |
thread-safe initialization
Definition at line 25 of file grpp_init_finalize.c.
int libgrpp_is_initialized | ( | ) |
void libgrpp_finalize | ( | ) |
thread-safe finalization
Definition at line 42 of file grpp_init_finalize.c.
|
static |
Definition at line 20 of file grpp_init_finalize.c.