Polynomials::Lagrange Class Reference

List of all members.

Static Public Member Functions

static std::vector< Polynomial
< double > > 
generate_complete_basis (const std::vector< Point< 1 > > &points)

Detailed Description

Lagrange polynomials for an arbistrary set of interpolation points.

Author:
Guido Kanschat, 2005

Member Function Documentation

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.


The documentation for this class was generated from the following file:

deal.II documentation generated on Mon Nov 23 22:58:32 2009 by doxygen 1.6.1