 |
NumCpp
1.0
A C++ implementation of the Python Numpy library
|
Go to the documentation of this file.
34 #include "boost/math/special_functions/spherical_harmonic.hpp"
56 template<
typename dtype1,
typename dtype2>
79 template<
typename dtype1,
typename dtype2>
102 template<
typename dtype1,
typename dtype2>
std::int32_t int32
Definition: Types.hpp:37
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:38
std::uint32_t uint32
Definition: Types.hpp:41
double spherical_harmonic_r(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:80
double spherical_harmonic_i(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:103
Definition: Coordinate.hpp:45
std::complex< double > spherical_harmonic(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:57