Skip to content

jachappell/Legendre-polynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legendre-polynomials

C++ functions which evaluate Legendre polynomials

P0(x):
    template <class T> T P0(const T& x);

P1(x):
    template <class T> T P1(const T& x);

P2(x):
    template <class T> T P2(const T& x);

Pn(x):
    template <class T> T Pn(unsigned int n, const T& x);

Releases

No releases published

Packages

No packages published