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.
documentation generated on Mon Nov 23 22:58:32 2009 by
doxygen
1.6.1