ApproxFun-hs-0.1.0.0: Function approximation

Safe HaskellNone
LanguageHaskell2010

ChebyshevPoints

Synopsis

Documentation

chebyshevpoints1 :: (Floating a, Unbox a) => Int -> Vector a Source

Chebyshev points of the first kind aka Gauss-Chebyshev points

chebyshevpoints2 :: (Floating a, Unbox a) => Int -> Vector a Source

Chebyshev points of the second kind aka Chebyshev-Lobatto points