Safe Haskell | Safe-Inferred |
---|
Documentation
c'gsl_deriv_central :: Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_deriv_backward :: Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_deriv_forward :: Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_deriv_central :: FunPtr (Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source