Static Public Member Functions | |
static std::vector< Polynomial < double > > | generate_complete_basis (const std::vector< Point< 1 > > &points) |
Lagrange polynomials for an arbistrary set of interpolation points.
static std::vector<Polynomial<double> > Polynomials::Lagrange::generate_complete_basis | ( | const std::vector< Point< 1 > > & | points | ) | [static] |
Given a set of points, this function returns all Lagrange polynomials for interpolation of these points. The number of polynomials is equal to the number of points and the maximum degree is one less.