|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines Legendre polynomials. More...
Declares and defines Legendre polynomials.
Definition in file legendre.hpp.
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename T > | |
| T | mx::math::func::legendre_p (int n, T x) |
| Legendre Polynomials. | |
| template<typename T > | |
| T | mx::math::func::orthoNormalLegendre (int n, T x) |
| The orthonormal Legendre polynomials. | |
| T mx::math::func::orthoNormalLegendre | ( | int | n, |
| T | x | ||
| ) |
The orthonormal Legendre polynomials.
A version of the Legendre polynomials which are orthonormal on the interval -1 <= x <= 1.
Definition at line 87 of file legendre.hpp.
References mx::math::func::orthoNormalLegendre(), and mx::math::six_fifths().
Referenced by mx::math::func::orthoNormalLegendre().