Classes | |
| class | Polynomial |
| class | Monomial |
| class | LagrangeEquidistant |
| class | Legendre |
| class | Lobatto |
| class | Hierarchical |
Functions | |
| std::vector< Polynomial< double > > | generate_complete_Lagrange_basis (const std::vector< Point< 1 > > &points) |
A namespace in which classes relating to the description of 1d polynomial spaces are declared.
| std::vector<Polynomial<double> > Polynomials::generate_complete_Lagrange_basis | ( | const std::vector< Point< 1 > > & | points ) |
Given a set of points along the real axis, 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 Fri Feb 3 2012 06:04:16 by
doxygen
1.7.2