![]() |
|
Functions | |
| NumericalVector | associatedLegendrePolynomials (int n, Mdouble x) |
| NumericalVector< std::complex< Mdouble > > | sphericalHarmonics (int p, Mdouble theta, Mdouble phi) |
| NumericalVector | computeSquaredFactorialValues (int p) |
| NumericalVector sphericalHarmonics::associatedLegendrePolynomials | ( | int | n, |
| Mdouble | x | ||
| ) |
References m, n, sqrt(), and plotDoE::x.
Referenced by sphericalHarmonics().
| NumericalVector sphericalHarmonics::computeSquaredFactorialValues | ( | int | p | ) |
References mathsFunc::factorial(), m, n, p, Eigen::bfloat16_impl::pow(), and sqrt().
| NumericalVector< std::complex< Mdouble > > sphericalHarmonics::sphericalHarmonics | ( | int | p, |
| Mdouble | theta, | ||
| Mdouble | phi | ||
| ) |
References abs(), associatedLegendrePolynomials(), cos(), Eigen::bfloat16_impl::exp(), mathsFunc::factorial(), constants::i, m, n, p, sqrt(), BiharmonicTestFunctions2::theta, Eigen::value, and Y.
Referenced by Multipole::convertMultipoleToLocal(), LocalExpansion::translateLocalExpansion(), and Multipole::TranslateMultipoleExpansionTo().