"git@gitlab.ep1.rub.de:pwa/Pawian.git" did not exist on "0a6d58c19ef4021058500a32021288cb84ee00f9"
Newer
Older
#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);
}