bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.SeriesAcceleration
Description
http://www.gnu.org/software/gsl/manual/html_node/Series-Acceleration.html
Documentation
data C'gsl_sum_levin_u_workspace Source
Constructors
C'gsl_sum_levin_u_workspace
c'gsl_sum_levin_u_workspace'size :: CSize
c'gsl_sum_levin_u_workspace'i :: CSize
c'gsl_sum_levin_u_workspace'terms_used :: CSize
c'gsl_sum_levin_u_workspace'sum_plain :: CDouble
c'gsl_sum_levin_u_workspace'q_num :: Ptr CDouble
c'gsl_sum_levin_u_workspace'q_den :: Ptr CDouble
c'gsl_sum_levin_u_workspace'dq_num :: Ptr CDouble
c'gsl_sum_levin_u_workspace'dq_den :: Ptr CDouble
c'gsl_sum_levin_u_workspace'dsum :: Ptr CDouble
show/hide Instances
c'gsl_sum_levin_u_alloc :: CSize -> IO (Ptr C'gsl_sum_levin_u_workspace)Source
c'gsl_sum_levin_u_free :: Ptr C'gsl_sum_levin_u_workspace -> IO ()Source
p'gsl_sum_levin_u_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_sum_levin_u_workspace))Source
c'gsl_sum_levin_u_accel :: Ptr CDouble -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_sum_levin_u_free :: FunPtr (Ptr C'gsl_sum_levin_u_workspace -> IO ())Source
c'gsl_sum_levin_u_minmax :: Ptr CDouble -> CSize -> CSize -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_sum_levin_u_step :: CDouble -> CSize -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> IO CIntSource
p'gsl_sum_levin_u_accel :: FunPtr (Ptr CDouble -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_sum_levin_u_minmax :: FunPtr (Ptr CDouble -> CSize -> CSize -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_sum_levin_u_step :: FunPtr (CDouble -> CSize -> CSize -> Ptr C'gsl_sum_levin_u_workspace -> Ptr CDouble -> IO CInt)Source
data C'gsl_sum_levin_utrunc_workspace Source
Constructors
C'gsl_sum_levin_utrunc_workspace
c'gsl_sum_levin_utrunc_workspace'size :: CSize
c'gsl_sum_levin_utrunc_workspace'i :: CSize
c'gsl_sum_levin_utrunc_workspace'terms_used :: CSize
c'gsl_sum_levin_utrunc_workspace'sum_plain :: CDouble
c'gsl_sum_levin_utrunc_workspace'q_num :: Ptr CDouble
c'gsl_sum_levin_utrunc_workspace'q_den :: Ptr CDouble
c'gsl_sum_levin_utrunc_workspace'dsum :: Ptr CDouble
show/hide Instances
c'gsl_sum_levin_utrunc_alloc :: CSize -> IO (Ptr C'gsl_sum_levin_utrunc_workspace)Source
c'gsl_sum_levin_utrunc_free :: Ptr C'gsl_sum_levin_utrunc_workspace -> IO ()Source
p'gsl_sum_levin_utrunc_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_sum_levin_utrunc_workspace))Source
c'gsl_sum_levin_utrunc_accel :: Ptr CDouble -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_sum_levin_utrunc_free :: FunPtr (Ptr C'gsl_sum_levin_utrunc_workspace -> IO ())Source
c'gsl_sum_levin_utrunc_minmax :: Ptr CDouble -> CSize -> CSize -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_sum_levin_utrunc_step :: CDouble -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> IO CIntSource
p'gsl_sum_levin_utrunc_accel :: FunPtr (Ptr CDouble -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_sum_levin_utrunc_minmax :: FunPtr (Ptr CDouble -> CSize -> CSize -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_sum_levin_utrunc_step :: FunPtr (CDouble -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> IO CInt)Source
Produced by Haddock version 2.4.2