#include #include -- | module Bindings.Gsl.Multisets where #strict_import #starttype gsl_multiset #field n , CSize #field k , CSize #field data , Ptr CSize #stoptype #ccall gsl_multiset_alloc , CSize -> CSize -> IO (Ptr ) #ccall gsl_multiset_calloc , CSize -> CSize -> IO (Ptr ) #ccall gsl_multiset_init_first , Ptr -> IO () #ccall gsl_multiset_init_last , Ptr -> IO () #ccall gsl_multiset_free , Ptr -> IO () #ccall gsl_multiset_memcpy , Ptr -> \ Ptr -> IO CInt #cinline gsl_multiset_get , Ptr -> CSize -> IO CSize #ccall gsl_multiset_n , Ptr -> IO CSize #ccall gsl_multiset_k , Ptr -> IO CSize #ccall gsl_multiset_data , Ptr -> IO (Ptr CSize) #ccall gsl_multiset_valid , Ptr -> IO CInt #ccall gsl_multiset_next , Ptr -> IO CInt #ccall gsl_multiset_prev , Ptr -> IO CInt #ccall gsl_multiset_fwrite , Ptr CFile -> Ptr -> IO CInt #ccall gsl_multiset_fread , Ptr CFile -> Ptr -> IO CInt #ccall gsl_multiset_fprintf , Ptr CFile -> Ptr -> \ CString -> IO CInt #ccall gsl_multiset_fscanf , Ptr CFile -> Ptr -> IO CInt