Documentation
data C'gsl_interp_type Source
C'gsl_interp_type | |
|
p'gsl_interp_linear :: Ptr (Ptr gsl_interp_type)Source
p'gsl_interp_polynomial :: Ptr (Ptr gsl_interp_type)Source
p'gsl_interp_cspline :: Ptr (Ptr gsl_interp_type)Source
p'gsl_interp_cspline_periodic :: Ptr (Ptr gsl_interp_type)Source
p'gsl_interp_akima :: Ptr (Ptr gsl_interp_type)Source
p'gsl_interp_akima_periodic :: Ptr (Ptr gsl_interp_type)Source
c'gsl_interp_alloc :: Ptr C'gsl_interp_type -> CSize -> IO (Ptr C'gsl_interp)Source
p'gsl_interp_alloc :: FunPtr (Ptr C'gsl_interp_type -> CSize -> IO (Ptr C'gsl_interp))Source
p'gsl_interp_init :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CSize -> IO CInt)Source
c'gsl_interp_eval_e :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
c'gsl_interp_eval :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
c'gsl_interp_eval_deriv_e :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_interp_eval_e :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_interp_eval_deriv :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_interp_eval :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
c'gsl_interp_eval_deriv2_e :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_interp_eval_deriv_e :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_interp_eval_deriv2 :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_interp_eval_deriv :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
p'gsl_interp_eval_deriv2_e :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_interp_eval_integ_e :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_interp_eval_deriv2 :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
c'gsl_interp_eval_integ :: Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_interp_eval_integ_e :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
p'gsl_interp_eval_integ :: FunPtr (Ptr C'gsl_interp -> Ptr CDouble -> Ptr CDouble -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
p'gsl_interp_free :: FunPtr (Ptr C'gsl_interp -> IO ())Source
c'gsl_interp_accel_find :: Ptr C'gsl_interp_accel -> Ptr CDouble -> CSize -> CDouble -> IO CSizeSource
p'gsl_interp_accel_find :: FunPtr (Ptr C'gsl_interp_accel -> Ptr CDouble -> CSize -> CDouble -> IO CSize)Source
c'gsl_spline_alloc :: Ptr C'gsl_interp_type -> CSize -> IO (Ptr C'gsl_spline)Source
p'gsl_spline_alloc :: FunPtr (Ptr C'gsl_interp_type -> CSize -> IO (Ptr C'gsl_spline))Source
p'gsl_spline_init :: FunPtr (Ptr C'gsl_spline -> Ptr CDouble -> Ptr CDouble -> CSize -> IO CInt)Source
c'gsl_spline_eval_e :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
c'gsl_spline_eval :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
c'gsl_spline_eval_deriv_e :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_spline_eval_e :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_spline_eval_deriv :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_spline_eval :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
c'gsl_spline_eval_deriv2_e :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_spline_eval_deriv_e :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_spline_eval_deriv2 :: Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_spline_eval_deriv :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
p'gsl_spline_eval_deriv2_e :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
c'gsl_spline_eval_integ_e :: Ptr C'gsl_spline -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CIntSource
p'gsl_spline_eval_deriv2 :: FunPtr (Ptr C'gsl_spline -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
c'gsl_spline_eval_integ :: Ptr C'gsl_spline -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDoubleSource
p'gsl_spline_eval_integ_e :: FunPtr (Ptr C'gsl_spline -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> Ptr CDouble -> IO CInt)Source
p'gsl_spline_eval_integ :: FunPtr (Ptr C'gsl_spline -> CDouble -> CDouble -> Ptr C'gsl_interp_accel -> IO CDouble)Source
p'gsl_spline_free :: FunPtr (Ptr C'gsl_spline -> IO ())Source