|
| template<typename ValueType > |
| ValueType | factorial (const ValueType n) |
| |
| template<typename ValueType > |
| ValueType | double_factorial (const ValueType n) |
| |
| template<typename ValueType > |
| ValueType | Plm (const int l, const int m, const ValueType x) |
| |
| template<typename ValueType > |
| ValueType | Plm_sph (const int l, const int m, const ValueType x) |
| |
| template<typename VectorType > |
| void | Plm_sph (VectorType &array, const int lmax, const int m, const typename VectorType::Scalar x) |
| |
| template<typename VectorType > |
| void | Plm_sph_deriv (VectorType &array, const int lmax, const int m, const typename VectorType::Scalar x) |
| |