bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.NTuples
Description
http://www.gnu.org/software/gsl/manual/html_node/N_002dtuples.html
Documentation
data C'gsl_ntuple Source
Constructors
C'gsl_ntuple
c'gsl_ntuple'file :: Ptr CFile
c'gsl_ntuple'ntuple_data :: Ptr ()
c'gsl_ntuple'size :: CSize
show/hide Instances
data C'gsl_ntuple_select_fn Source
Constructors
C'gsl_ntuple_select_fn
c'gsl_ntuple_select_fn'function :: FunPtr (Ptr () -> Ptr () -> IO CInt)
c'gsl_ntuple_select_fn'params :: Ptr ()
show/hide Instances
data C'gsl_ntuple_value_fn Source
Constructors
C'gsl_ntuple_value_fn
c'gsl_ntuple_value_fn'function :: FunPtr (Ptr () -> Ptr () -> IO CDouble)
c'gsl_ntuple_value_fn'params :: Ptr ()
show/hide Instances
c'gsl_ntuple_open :: CString -> Ptr () -> CSize -> IO (Ptr C'gsl_ntuple)Source
c'gsl_ntuple_create :: CString -> Ptr () -> CSize -> IO (Ptr C'gsl_ntuple)Source
c'gsl_ntuple_write :: Ptr C'gsl_ntuple -> IO CIntSource
p'gsl_ntuple_open :: FunPtr (CString -> Ptr () -> CSize -> IO (Ptr C'gsl_ntuple))Source
c'gsl_ntuple_read :: Ptr C'gsl_ntuple -> IO CIntSource
p'gsl_ntuple_create :: FunPtr (CString -> Ptr () -> CSize -> IO (Ptr C'gsl_ntuple))Source
c'gsl_ntuple_bookdata :: Ptr C'gsl_ntuple -> IO CIntSource
p'gsl_ntuple_write :: FunPtr (Ptr C'gsl_ntuple -> IO CInt)Source
p'gsl_ntuple_read :: FunPtr (Ptr C'gsl_ntuple -> IO CInt)Source
c'gsl_ntuple_project :: Ptr C'gsl_histogram -> Ptr C'gsl_ntuple -> Ptr C'gsl_ntuple_value_fn -> Ptr C'gsl_ntuple_select_fn -> IO CIntSource
c'gsl_ntuple_close :: Ptr C'gsl_ntuple -> IO CIntSource
p'gsl_ntuple_bookdata :: FunPtr (Ptr C'gsl_ntuple -> IO CInt)Source
p'gsl_ntuple_project :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_ntuple -> Ptr C'gsl_ntuple_value_fn -> Ptr C'gsl_ntuple_select_fn -> IO CInt)Source
p'gsl_ntuple_close :: FunPtr (Ptr C'gsl_ntuple -> IO CInt)Source
Produced by Haddock version 2.4.2