![]() |
NuTo
Numerics Tool
|
Functions | |
| double | Legendre (int n, double x, int k=0) |
| value of the k-th derivative of legendre polynomial More... | |
| std::vector< double > | LegendreRoots (int n) |
| roots of legendre polynomial More... | |
| std::vector< double > | LegendreDerivRoots (int n) |
| roots of first derivative of legendre polynomial More... | |
| double NuTo::Math::Polynomial::Legendre | ( | int | n, |
| double | x, | ||
| int | k = 0 |
||
| ) |
value of the k-th derivative of legendre polynomial
| n | polynomial order |
| x | argument of polynomial |
| k | derivative order |
| std::vector< double > NuTo::Math::Polynomial::LegendreDerivRoots | ( | int | n | ) |
roots of first derivative of legendre polynomial
| n | polynomial order |
| std::vector< double > NuTo::Math::Polynomial::LegendreRoots | ( | int | n | ) |
roots of legendre polynomial
| n | polynomial order |
1.8.11