3#include <bits/stdc++.h>
9 std::vector<double>& rly,
18 const double* ylmcoef);
void grad_rl_sph_harm(const int &Lmax, const double &x, const double &y, const double &z, double *rly, double **grly, const double *ylmcoef)
Definition test_sph.cpp:162
void sph_harm(const int &Lmax, const double &xdr, const double &ydr, const double &zdr, std::vector< double > &rly, double *ylmcoef)
Definition test_sph.cpp:4