math.approximations
Class Hermite

java.lang.Object
  extended by math.approximations.Hermite

public class Hermite
extends java.lang.Object

Calcualtes hermite polynomials.

Version:
1.0
Author:
W. Christian

Method Summary
static Polynomial getPolynomial(int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPolynomial

public static Polynomial getPolynomial(int n)