In file recursive_pol.hpp:

template<class S, class T>inline void LegendrePolynomial

(int n,
  S x,
  T & values)

Legendre polynomials P_i on (-1,1), up to order n --> n+1 values

Documentation

Legendre polynomials P_i on (-1,1), up to order n --> n+1 values

l P_l = (2 l - 1) x P_{l-1} - (l-1) P_{l-2}

P_0 = 1 P_1 = x P_2 = -1/2 + 3/2 x^2

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.