Classes | Functions

Polynomials Namespace Reference
[Polynomials and polynomial spaces]

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)

Detailed Description

A namespace in which classes relating to the description of 1d polynomial spaces are declared.


Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:16 by doxygen 1.7.2