NuTo
Numerics Tool
Namespaces | Functions
Legendre.h File Reference
#include <vector>

Go to the source code of this file.

Namespaces

 NuTo
 
 NuTo::Math
 
 NuTo::Math::Polynomial
 

Functions

double NuTo::Math::Polynomial::Legendre (int n, double x, int k=0)
 value of the k-th derivative of legendre polynomial More...
 
std::vector< double > NuTo::Math::Polynomial::LegendreRoots (int n)
 roots of legendre polynomial More...
 
std::vector< double > NuTo::Math::Polynomial::LegendreDerivRoots (int n)
 roots of first derivative of legendre polynomial More...