bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.ErrorHandling
Description
http://www.gnu.org/software/gsl/manual/html_node/Error-Handling.html
Documentation
c'GSL_SUCCESS :: Num a => aSource
c'GSL_FAILURE :: Num a => aSource
c'GSL_CONTINUE :: Num a => aSource
c'GSL_EDOM :: Num a => aSource
c'GSL_ERANGE :: Num a => aSource
c'GSL_EFAULT :: Num a => aSource
c'GSL_EINVAL :: Num a => aSource
c'GSL_EFAILED :: Num a => aSource
c'GSL_EFACTOR :: Num a => aSource
c'GSL_ESANITY :: Num a => aSource
c'GSL_ENOMEM :: Num a => aSource
c'GSL_EBADFUNC :: Num a => aSource
c'GSL_ERUNAWAY :: Num a => aSource
c'GSL_EMAXITER :: Num a => aSource
c'GSL_EZERODIV :: Num a => aSource
c'GSL_EBADTOL :: Num a => aSource
c'GSL_ETOL :: Num a => aSource
c'GSL_EUNDRFLW :: Num a => aSource
c'GSL_EOVRFLW :: Num a => aSource
c'GSL_ELOSS :: Num a => aSource
c'GSL_EROUND :: Num a => aSource
c'GSL_EBADLEN :: Num a => aSource
c'GSL_ENOTSQR :: Num a => aSource
c'GSL_ESING :: Num a => aSource
c'GSL_EDIVERGE :: Num a => aSource
c'GSL_EUNSUP :: Num a => aSource
c'GSL_EUNIMPL :: Num a => aSource
c'GSL_ECACHE :: Num a => aSource
c'GSL_ETABLE :: Num a => aSource
c'GSL_ENOPROG :: Num a => aSource
c'GSL_ENOPROGJ :: Num a => aSource
c'GSL_ETOLF :: Num a => aSource
c'GSL_ETOLX :: Num a => aSource
c'GSL_ETOLG :: Num a => aSource
c'GSL_EOF :: Num a => aSource
c'gsl_error :: CString -> CString -> CInt -> CInt -> CInt -> IO ()Source
c'gsl_stream_printf :: CString -> CString -> CInt -> CInt -> CString -> IO ()Source
c'gsl_strerror :: CInt -> IO CStringSource
p'gsl_error :: FunPtr (CString -> CString -> CInt -> CInt -> CInt -> IO ())Source
type C'gsl_error_handler_t = FunPtr (CString -> CString -> CInt -> CInt -> CInt -> IO ())Source
p'gsl_stream_printf :: FunPtr (CString -> CString -> CInt -> CInt -> CString -> IO ())Source
type C'gsl_stream_handler_t = FunPtr (CString -> CString -> CInt -> CInt -> CString -> IO ())Source
p'gsl_strerror :: FunPtr (CInt -> IO CString)Source
mk'gsl_error_handler_t :: (CString -> CString -> CInt -> CInt -> CInt -> IO ()) -> IO C'gsl_error_handler_tSource
c'gsl_set_error_handler :: Ptr C'gsl_error_handler_t -> IO (Ptr C'gsl_error_handler_t)Source
mk'gsl_stream_handler_t :: (CString -> CString -> CInt -> CInt -> CString -> IO ()) -> IO C'gsl_stream_handler_tSource
c'gsl_set_error_handler_off :: IO (Ptr C'gsl_error_handler_t)Source
c'gsl_set_stream_handler :: Ptr C'gsl_stream_handler_t -> IO (Ptr C'gsl_stream_handler_t)Source
p'gsl_set_error_handler :: FunPtr (Ptr C'gsl_error_handler_t -> IO (Ptr C'gsl_error_handler_t))Source
c'gsl_set_stream :: Ptr CFile -> IO (Ptr CFile)Source
p'gsl_set_error_handler_off :: FunPtr (IO (Ptr C'gsl_error_handler_t))Source
p'gsl_set_stream_handler :: FunPtr (Ptr C'gsl_stream_handler_t -> IO (Ptr C'gsl_stream_handler_t))Source
c'GSL_ERROR_SELECT_2 :: CInt -> CInt -> CIntSource
p'gsl_set_stream :: FunPtr (Ptr CFile -> IO (Ptr CFile))Source
c'GSL_ERROR_SELECT_3 :: CInt -> CInt -> CInt -> CIntSource
c'GSL_ERROR_SELECT_4 :: CInt -> CInt -> CInt -> CInt -> CIntSource
c'GSL_ERROR_SELECT_5 :: CInt -> CInt -> CInt -> CInt -> CInt -> CIntSource
c'GSL_STATUS_UPDATE :: Ptr CInt -> CInt -> IO ()Source
Produced by Haddock version 2.4.2