polynomial-0.7.3: Polynomials
Safe HaskellNone
LanguageHaskell98

Math.Polynomial.Hermite

Documentation

probHermite :: [Poly Integer] Source #

physHermite :: [Poly Integer] Source #

evalProbHermite :: (Integral a, Num b) => a -> b -> b Source #

evalProbHermiteDeriv :: (Integral a, Num b) => a -> b -> (b, b) Source #

evalPhysHermite :: (Integral a, Num b) => a -> b -> b Source #

evalPhysHermiteDeriv :: (Integral a, Num b) => a -> b -> (b, b) Source #