In file recursive_pol.hpp:

template<class S, class T>inline void IntegratedLegendrePolynomial

(int n,
  S x,
  T & values)

Integrated Legendre polynomials on (-1,1)

Documentation

Integrated Legendre polynomials on (-1,1)

value[0] = -1 value[1] = x value[i] (x) = \int_{-1}^x P_{i-1} (s) ds for i >= 2

WARNING: is not \int P_i

Alphabetic index HTML hierarchy of classes or Java



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