Safe Haskell | Safe-Inferred |
---|
Documentation
data 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
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
c'gsl_sum_levin_utrunc_accel :: Ptr CDouble -> CSize -> Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
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
p'gsl_sum_levin_utrunc_workspace'terms_used :: Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CSizeSource
p'gsl_sum_levin_utrunc_workspace'sum_plain :: Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr CDoubleSource
p'gsl_sum_levin_utrunc_workspace'q_num :: Ptr C'gsl_sum_levin_utrunc_workspace -> Ptr (Ptr CDouble)Source