-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Function approximation -- @package ApproxFun-hs @version 0.1.0.0 module ChebyshevPoints -- | Chebyshev points of the first kind aka Gauss-Chebyshev points chebyshevpoints1 :: (Floating a, Unbox a) => Int -> Vector a -- | Chebyshev points of the second kind aka Chebyshev-Lobatto points chebyshevpoints2 :: (Floating a, Unbox a) => Int -> Vector a