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 Sat Aug 15 16:52:47 2009 by doxygen 1.5.9