Something went wrong on our end
-
Bertram Kopf authoredf67a63e4
SphericalHarmonic.hh 216 B
#pragma once
#include <complex>
namespace SphericalHarmonic{
double LegendrePolynomial(unsigned int l, int m, double cosT);
std::complex<double> SphericalHarmonicFunc(int l, int m, double theta, double phi);
}