 |
NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
35 #include "boost/math/special_functions/spherical_harmonic.hpp"
58 template<
typename dtype1,
typename dtype2>
82 template<
typename dtype1,
typename dtype2>
106 template<
typename dtype1,
typename dtype2>
117 #endif // #ifndef NO_USE_BOOST
std::int32_t int32
Definition: Types.hpp:36
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
std::uint32_t uint32
Definition: Types.hpp:40
double spherical_harmonic_r(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:83
double spherical_harmonic_i(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:107
Definition: Coordinate.hpp:44
std::complex< double > spherical_harmonic(uint32 n, int32 m, dtype1 theta, dtype2 phi)
Definition: spherical_harmonic.hpp:59