#include #include -- | module Bindings.Gsl.NumericalDifferentiation where #strict_import import Bindings.Gsl.MathematicalFunctions #ccall gsl_deriv_central , Ptr -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt #ccall gsl_deriv_backward , Ptr -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt #ccall gsl_deriv_forward , Ptr -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt