The Hermite polynomials can be defined as
or can be constructed using the three term recurrence relation:
H0(x) = 1,The recurrence relation given above is the most efficient way to calculate the Hermite polynomial. The HermiteCalculate subroutine uses this relation to calculate Hn(x) for any given x.
The HermiteSum subroutine calculates the sum of Hermite polynomials c0H0(x) + c1H1(x) + ... + cnHn(x) using Clenshaw's recurrence formula.
The HermiteCoefficients subroutine can represent Hn(x) as a sum of powers of x: c0 + c1x + ... + cnxn.
This article is licensed for personal use only.
ALGLIB Project offers you two editions of ALGLIB:
ALGLIB Free Edition:
+delivered for free
+offers full set of numerical functionality
+extensive algorithmic optimizations
-no multithreading
-non-commercial license
ALGLIB Commercial Edition:
+flexible pricing
+offers full set of numerical functionality
+extensive algorithmic optimizations
+high performance (SMP, SIMD)
+commercial license with support plan
Links to download sections for Free and Commercial editions can be found below: