bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.NumericalDifferentiation
Description
http://www.gnu.org/software/gsl/manual/html_node/Numerical-Differentiation.html
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
p'gsl_deriv_backward :: FunPtr (Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_deriv_forward :: FunPtr (Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
Produced by Haddock version 2.4.2