Function opensn::Legendre
Defined in File legendrepoly.h
Function Documentation
-
double opensn::Legendre(int N, double x)
Provides the function evaluation of the Legendre polynomial P_N at value x.
- Parameters:
N – int Order of the Legendre polynomial.
x – double The evaluation point.