15#ifndef LIBGRPP_SPHERICAL_HARMONICS_H
16#define LIBGRPP_SPHERICAL_HARMONICS_H
rsh_coef_table_t * libgrpp_get_real_spherical_harmonic_table(int L)
double libgrpp_evaluate_real_spherical_harmonic(int l, int m, const double *k)
void libgrpp_create_real_spherical_harmonic_coeffs_tables(int Lmax)
double libgrpp_spherical_to_cartesian_coef(int l, int m, int lx, int ly)
void libgrpp_evaluate_real_spherical_harmonics_array(int l, const double *k, double *rsh_array)