Home | History | Annotate | Download | only in tr1

Lines Matching full:legendre

62      *   @brief  Return the Legendre polynomial by recursion on order
65 * The Legendre function of @f$ l @f$ and @f$ x @f$,
71 * @param l The order of the Legendre polynomial. @f$l >= 0@f$.
72 * @param x The argument of the Legendre polynomial. @f$|x| <= 1@f$.
115 * @brief Return the associated Legendre function by recursion
118 * The associated Legendre function is derived from the Legendre function
124 * @param l The order of the associated Legendre function.
126 * @param m The order of the associated Legendre function.
128 * @param x The argument of the associated Legendre function.
186 * @brief Return the spherical associated Legendre function.
188 * The spherical associated Legendre function of @f$ l @f$, @f$ m @f$,
196 * associated Legendre function.
198 * This function differs from the associated Legendre function by
204 * @param l The order of the spherical associated Legendre function.
206 * @param m The order of the spherical associated Legendre function.
209 * Legendre function.