Public Member Functions | Static Public Member Functions
Hermite Class Reference

List of all members.

Public Member Functions

 Hermite ()

Static Public Member Functions

static double evaluate (int degree, double x)
static double derivative (int degree, double x)
static double doubleDerivative (int degree, double x)

Constructor & Destructor Documentation

Constructs a new Hermite polynomial of a given degree.

Parameters:
degreeDegree of the polynomial.

Member Function Documentation

double Hermite::evaluate ( int  degree,
double  x 
) [static]

Evaluate the polynomial at the given value based on the polynomial's degree.

Parameters:
xValue at which to evaluate the polynomial.
Returns:
Value of the polynomial at the given x

The documentation for this class was generated from the following files:
 All Classes Functions