Go to the source code of this file.
|
| template<typename ValueType > |
| ValueType | MR::Math::Legendre::factorial (const ValueType n) |
| |
| template<typename ValueType > |
| ValueType | MR::Math::Legendre::double_factorial (const ValueType n) |
| |
| template<typename ValueType > |
| ValueType | MR::Math::Legendre::Plm (const int l, const int m, const ValueType x) |
| |
| template<typename ValueType > |
| ValueType | MR::Math::Legendre::Plm_sph (const int l, const int m, const ValueType x) |
| |
| template<typename VectorType > |
| void | MR::Math::Legendre::Plm_sph (VectorType &array, const int lmax, const int m, const typename VectorType::Scalar x) |
| |
| template<typename VectorType > |
| void | MR::Math::Legendre::Plm_sph_deriv (VectorType &array, const int lmax, const int m, const typename VectorType::Scalar x) |
| |