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:
-
degree | Degree of the polynomial. |
Member Function Documentation
Evaluate the polynomial at the given value based on the polynomial's degree.
- Parameters:
-
x | Value 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: