|
Gromacs
2025.4
|
#include "gmxpre.h"#include "polynomials.h"#include <filesystem>#include "gromacs/utility/fatalerror.h"
Include dependency graph for polynomials.cpp:Implements help function to compute Legendre polynomials.
Functions | |
| real | LegendreP (real x, unsigned int m) |
| Return Legendre polynomial value Pm(x) http://en.wikipedia.org/wiki/Legendre_polynomials. More... | |
Return Legendre polynomial value Pm(x) http://en.wikipedia.org/wiki/Legendre_polynomials.
| [in] | x | The value |
| [in] | m | The order of the polynomial (0-4 are supported) |
1.8.5