packages feed

bindings-gsl 0.1.1.6 → 0.2

raw patch · 11 files changed

+297/−297 lines, 11 filesdep ~bindings-DSLPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bindings-DSL

API changes (from Hackage documentation)

- Bindings.Gsl.Cblas: c'cblas_icamax :: CInt -> CInt -> Ptr () -> CInt -> IO C'CBLAS_INDEX
- Bindings.Gsl.Cblas: c'cblas_idamax :: CInt -> CInt -> Ptr CDouble -> CInt -> IO C'CBLAS_INDEX
- Bindings.Gsl.Cblas: c'cblas_isamax :: CInt -> CInt -> Ptr CFloat -> CInt -> IO C'CBLAS_INDEX
- Bindings.Gsl.Cblas: c'cblas_izamax :: CInt -> CInt -> Ptr () -> CInt -> IO C'CBLAS_INDEX
- Bindings.Gsl.Cblas: p'cblas_icamax :: FunPtr (CInt -> CInt -> Ptr () -> CInt -> IO C'CBLAS_INDEX)
- Bindings.Gsl.Cblas: p'cblas_idamax :: FunPtr (CInt -> CInt -> Ptr CDouble -> CInt -> IO C'CBLAS_INDEX)
- Bindings.Gsl.Cblas: p'cblas_isamax :: FunPtr (CInt -> CInt -> Ptr CFloat -> CInt -> IO C'CBLAS_INDEX)
- Bindings.Gsl.Cblas: p'cblas_izamax :: FunPtr (CInt -> CInt -> Ptr () -> CInt -> IO C'CBLAS_INDEX)
- Bindings.Gsl.ComplexNumbers: C'gsl_complex_long_double :: [CLDouble] -> C'gsl_complex_long_double
- Bindings.Gsl.ComplexNumbers: c'gsl_complex_long_double'dat :: C'gsl_complex_long_double -> [CLDouble]
- Bindings.Gsl.ComplexNumbers: data C'gsl_complex_long_double
- Bindings.Gsl.ComplexNumbers: instance Eq C'gsl_complex_long_double
- Bindings.Gsl.ComplexNumbers: instance Show C'gsl_complex_long_double
- Bindings.Gsl.ComplexNumbers: instance Storable C'gsl_complex_long_double
- Bindings.Gsl.MathematicalFunctions: c'GSL_MAX_LDBL :: CLDouble -> CLDouble -> IO CLDouble
- Bindings.Gsl.MathematicalFunctions: c'GSL_MIN_LDBL :: CLDouble -> CLDouble -> IO CLDouble
- Bindings.Gsl.MathematicalFunctions: c'gsl_coerce_long_double :: CLDouble -> IO CLDouble
- Bindings.Gsl.MathematicalFunctions: p'GSL_MAX_LDBL :: FunPtr (CLDouble -> CLDouble -> IO CLDouble)
- Bindings.Gsl.MathematicalFunctions: p'GSL_MIN_LDBL :: FunPtr (CLDouble -> CLDouble -> IO CLDouble)
- Bindings.Gsl.MathematicalFunctions: p'gsl_coerce_long_double :: FunPtr (CLDouble -> IO CLDouble)
- Bindings.Gsl.Permutations: c'gsl_permute_complex_long_double :: Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_complex_long_double_inverse :: Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_long_double :: Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_long_double_inverse :: Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_vector_complex_long_double :: Ptr C'gsl_permutation -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_vector_complex_long_double_inverse :: Ptr C'gsl_permutation -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_vector_long_double :: Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Permutations: c'gsl_permute_vector_long_double_inverse :: Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Permutations: p'gsl_permute_complex_long_double :: FunPtr (Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_complex_long_double_inverse :: FunPtr (Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_long_double :: FunPtr (Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_long_double_inverse :: FunPtr (Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_vector_complex_long_double :: FunPtr (Ptr C'gsl_permutation -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_vector_complex_long_double_inverse :: FunPtr (Ptr C'gsl_permutation -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_vector_long_double :: FunPtr (Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Permutations: p'gsl_permute_vector_long_double_inverse :: FunPtr (Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Sorting: c'gsl_sort_long_double :: Ptr CLDouble -> CSize -> CSize -> IO ()
- Bindings.Gsl.Sorting: c'gsl_sort_long_double_index :: Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()
- Bindings.Gsl.Sorting: c'gsl_sort_long_double_largest :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_long_double_largest_index :: Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_long_double_smallest :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_long_double_smallest_index :: Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double :: Ptr C'gsl_vector_long_double -> IO ()
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double_index :: Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double_largest :: Ptr CLDouble -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double_largest_index :: Ptr CSize -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double_smallest :: Ptr CLDouble -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Sorting: c'gsl_sort_vector_long_double_smallest_index :: Ptr CSize -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.Sorting: p'gsl_sort_long_double :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO ())
- Bindings.Gsl.Sorting: p'gsl_sort_long_double_index :: FunPtr (Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ())
- Bindings.Gsl.Sorting: p'gsl_sort_long_double_largest :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_long_double_largest_index :: FunPtr (Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_long_double_smallest :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_long_double_smallest_index :: FunPtr (Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double :: FunPtr (Ptr C'gsl_vector_long_double -> IO ())
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double_index :: FunPtr (Ptr C'gsl_permutation -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double_largest :: FunPtr (Ptr CLDouble -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double_largest_index :: FunPtr (Ptr CSize -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double_smallest :: FunPtr (Ptr CLDouble -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Sorting: p'gsl_sort_vector_long_double_smallest_index :: FunPtr (Ptr CSize -> CSize -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_absdev :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_absdev_m :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_correlation :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_covariance :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_covariance_m :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_kurtosis :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_kurtosis_m_sd :: Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_lag1_autocorrelation :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_lag1_autocorrelation_m :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_max :: Ptr CLDouble -> CSize -> CSize -> IO CLDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_max_index :: Ptr CLDouble -> CSize -> CSize -> IO CSize
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_mean :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_median_from_sorted_data :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_min :: Ptr CLDouble -> CSize -> CSize -> IO CLDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_min_index :: Ptr CLDouble -> CSize -> CSize -> IO CSize
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_minmax :: Ptr CLDouble -> Ptr CLDouble -> Ptr CLDouble -> CSize -> CSize -> IO ()
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_minmax_index :: Ptr CSize -> Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_pvariance :: Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_quantile_from_sorted_data :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_sd :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_sd_m :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_sd_with_fixed_mean :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_skew :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_skew_m_sd :: Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_tss :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_tss_m :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_ttest :: Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_variance :: Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_variance_m :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_variance_with_fixed_mean :: Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wabsdev :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wabsdev_m :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wkurtosis :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wkurtosis_m_sd :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wmean :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wsd :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wsd_m :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wsd_with_fixed_mean :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wskew :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wskew_m_sd :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wtss :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wtss_m :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wvariance :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wvariance_m :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: c'gsl_stats_long_double_wvariance_with_fixed_mean :: Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_absdev :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_absdev_m :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_correlation :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_covariance :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_covariance_m :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_kurtosis :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_kurtosis_m_sd :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_lag1_autocorrelation :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_lag1_autocorrelation_m :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_max :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CLDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_max_index :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CSize)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_mean :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_median_from_sorted_data :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_min :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CLDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_min_index :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CSize)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_minmax :: FunPtr (Ptr CLDouble -> Ptr CLDouble -> Ptr CLDouble -> CSize -> CSize -> IO ())
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_minmax_index :: FunPtr (Ptr CSize -> Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ())
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_pvariance :: FunPtr (Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_quantile_from_sorted_data :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_sd :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_sd_m :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_sd_with_fixed_mean :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_skew :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_skew_m_sd :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_tss :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_tss_m :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_ttest :: FunPtr (Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_variance :: FunPtr (Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_variance_m :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_variance_with_fixed_mean :: FunPtr (Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wabsdev :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wabsdev_m :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wkurtosis :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wkurtosis_m_sd :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wmean :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wsd :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wsd_m :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wsd_with_fixed_mean :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wskew :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wskew_m_sd :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wtss :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wtss_m :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wvariance :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wvariance_m :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.Statistics: p'gsl_stats_long_double_wvariance_with_fixed_mean :: FunPtr (Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_alloc :: CSize -> IO (Ptr C'gsl_block_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_calloc :: CSize -> IO (Ptr C'gsl_block_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_data :: Ptr C'gsl_block_complex_long_double -> IO (Ptr CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_block_complex_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_fread :: Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_free :: Ptr C'gsl_block_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_raw_fprintf :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_raw_fread :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_raw_fscanf :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_raw_fwrite :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_complex_long_double_size :: Ptr C'gsl_block_complex_long_double -> IO CSize
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_alloc :: CSize -> IO (Ptr C'gsl_block_long_double)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_calloc :: CSize -> IO (Ptr C'gsl_block_long_double)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_data :: Ptr C'gsl_block_long_double -> IO (Ptr CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_block_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_fread :: Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_free :: Ptr C'gsl_block_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_raw_fprintf :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_raw_fread :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_raw_fscanf :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_raw_fwrite :: Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Blocks: c'gsl_block_long_double_size :: Ptr C'gsl_block_long_double -> IO CSize
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_block_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_calloc :: FunPtr (CSize -> IO (Ptr C'gsl_block_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_data :: FunPtr (Ptr C'gsl_block_complex_long_double -> IO (Ptr CLDouble))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_block_complex_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_free :: FunPtr (Ptr C'gsl_block_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_block_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_raw_fprintf :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_raw_fread :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_raw_fscanf :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_raw_fwrite :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_complex_long_double_size :: FunPtr (Ptr C'gsl_block_complex_long_double -> IO CSize)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_block_long_double))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_calloc :: FunPtr (CSize -> IO (Ptr C'gsl_block_long_double))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_data :: FunPtr (Ptr C'gsl_block_long_double -> IO (Ptr CLDouble))
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_block_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_free :: FunPtr (Ptr C'gsl_block_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_block_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_raw_fprintf :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_raw_fread :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_raw_fscanf :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_raw_fwrite :: FunPtr (Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Blocks: p'gsl_block_long_double_size :: FunPtr (Ptr C'gsl_block_long_double -> IO CSize)
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_block_complex_long_double :: CSize -> Ptr CLDouble -> C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_block_long_double :: CSize -> Ptr CLDouble -> C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_complex_long_double :: CSize -> CSize -> CSize -> Ptr CLDouble -> Ptr C'gsl_block_complex_long_double -> CInt -> C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_complex_long_double_const_view :: C'gsl_matrix_complex_long_double -> C'gsl_matrix_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_complex_long_double_view :: C'gsl_matrix_complex_long_double -> C'gsl_matrix_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_long_double :: CSize -> CSize -> CSize -> Ptr CLDouble -> Ptr C'gsl_block_long_double -> CInt -> C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_long_double_const_view :: C'gsl_matrix_long_double -> C'gsl_matrix_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_matrix_long_double_view :: C'gsl_matrix_long_double -> C'gsl_matrix_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_complex_long_double :: CSize -> CSize -> Ptr CLDouble -> Ptr C'gsl_block_complex_long_double -> CInt -> C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_complex_long_double_const_view :: C'gsl_vector_complex_long_double -> C'gsl_vector_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_complex_long_double_view :: C'gsl_vector_complex_long_double -> C'gsl_vector_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_long_double :: CSize -> CSize -> Ptr CLDouble -> Ptr C'gsl_block_long_double -> CInt -> C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_long_double_const_view :: C'gsl_vector_long_double -> C'gsl_vector_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: C'gsl_vector_long_double_view :: C'gsl_vector_long_double -> C'gsl_vector_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_block_complex_long_double'data :: C'gsl_block_complex_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_block_complex_long_double'size :: C'gsl_block_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_block_long_double'data :: C'gsl_block_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_block_long_double'size :: C'gsl_block_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'block :: C'gsl_matrix_complex_long_double -> Ptr C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'data :: C'gsl_matrix_complex_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'owner :: C'gsl_matrix_complex_long_double -> CInt
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'size1 :: C'gsl_matrix_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'size2 :: C'gsl_matrix_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double'tda :: C'gsl_matrix_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double_const_view'matrix :: C'gsl_matrix_complex_long_double_const_view -> C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_complex_long_double_view'matrix :: C'gsl_matrix_complex_long_double_view -> C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'block :: C'gsl_matrix_long_double -> Ptr C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'data :: C'gsl_matrix_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'owner :: C'gsl_matrix_long_double -> CInt
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'size1 :: C'gsl_matrix_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'size2 :: C'gsl_matrix_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double'tda :: C'gsl_matrix_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double_const_view'matrix :: C'gsl_matrix_long_double_const_view -> C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_matrix_long_double_view'matrix :: C'gsl_matrix_long_double_view -> C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double'block :: C'gsl_vector_complex_long_double -> Ptr C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double'data :: C'gsl_vector_complex_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double'owner :: C'gsl_vector_complex_long_double -> CInt
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double'size :: C'gsl_vector_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double'stride :: C'gsl_vector_complex_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double_const_view'vector :: C'gsl_vector_complex_long_double_const_view -> C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_complex_long_double_view'vector :: C'gsl_vector_complex_long_double_view -> C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double'block :: C'gsl_vector_long_double -> Ptr C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double'data :: C'gsl_vector_long_double -> Ptr CLDouble
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double'owner :: C'gsl_vector_long_double -> CInt
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double'size :: C'gsl_vector_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double'stride :: C'gsl_vector_long_double -> CSize
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double_const_view'vector :: C'gsl_vector_long_double_const_view -> C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: c'gsl_vector_long_double_view'vector :: C'gsl_vector_long_double_view -> C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_matrix_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: data C'gsl_vector_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_matrix_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Eq C'gsl_vector_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_matrix_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Show C'gsl_vector_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_block_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_block_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_matrix_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_complex_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_complex_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_complex_long_double_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_long_double
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_long_double_const_view
- Bindings.Gsl.VectorsAndMatrices.DataTypes: instance Storable C'gsl_vector_long_double_view
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_add :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_alloc :: CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_alloc_from_block :: Ptr C'gsl_block_complex_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_alloc_from_matrix :: Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_calloc :: CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_div_elements :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_fread :: Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_free :: Ptr C'gsl_matrix_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_isneg :: Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_isnonneg :: Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_isnull :: Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_ispos :: Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_memcpy :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_mul_elements :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_set_identity :: Ptr C'gsl_matrix_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_set_zero :: Ptr C'gsl_matrix_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_sub :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_swap :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_swap_columns :: Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_swap_rowcol :: Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_swap_rows :: Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_transpose :: Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_complex_long_double_transpose_memcpy :: Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_add :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_add_constant :: Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_add_diagonal :: Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_alloc :: CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_alloc_from_block :: Ptr C'gsl_block_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_alloc_from_matrix :: Ptr C'gsl_matrix_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_calloc :: CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double)
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_div_elements :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_matrix_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_fread :: Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_free :: Ptr C'gsl_matrix_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_isneg :: Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_isnonneg :: Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_isnull :: Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_ispos :: Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_max :: Ptr C'gsl_matrix_long_double -> IO CLDouble
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_max_index :: Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_memcpy :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_min :: Ptr C'gsl_matrix_long_double -> IO CLDouble
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_min_index :: Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_minmax :: Ptr C'gsl_matrix_long_double -> Ptr CLDouble -> Ptr CLDouble -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_minmax_index :: Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> Ptr CSize -> Ptr CSize -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_mul_elements :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_scale :: Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_set_all :: Ptr C'gsl_matrix_long_double -> CLDouble -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_set_identity :: Ptr C'gsl_matrix_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_set_zero :: Ptr C'gsl_matrix_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_sub :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_swap :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_swap_columns :: Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_swap_rowcol :: Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_swap_rows :: Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_transpose :: Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: c'gsl_matrix_long_double_transpose_memcpy :: Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_add :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_alloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_alloc_from_block :: FunPtr (Ptr C'gsl_block_complex_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_alloc_from_matrix :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_calloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_matrix_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_div_elements :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_free :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_isneg :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_isnonneg :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_isnull :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_ispos :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_memcpy :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_mul_elements :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_set_identity :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_set_zero :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_sub :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_swap :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_swap_columns :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_swap_rowcol :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_swap_rows :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_transpose :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_complex_long_double_transpose_memcpy :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> Ptr C'gsl_matrix_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_add :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_add_constant :: FunPtr (Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_add_diagonal :: FunPtr (Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_alloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_alloc_from_block :: FunPtr (Ptr C'gsl_block_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_alloc_from_matrix :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_calloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_matrix_long_double))
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_div_elements :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_free :: FunPtr (Ptr C'gsl_matrix_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_isneg :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_isnonneg :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_isnull :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_ispos :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_max :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_max_index :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_memcpy :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_min :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_min_index :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_minmax :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr CLDouble -> Ptr CLDouble -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_minmax_index :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr CSize -> Ptr CSize -> Ptr CSize -> Ptr CSize -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_mul_elements :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_scale :: FunPtr (Ptr C'gsl_matrix_long_double -> CDouble -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_set_all :: FunPtr (Ptr C'gsl_matrix_long_double -> CLDouble -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_set_identity :: FunPtr (Ptr C'gsl_matrix_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_set_zero :: FunPtr (Ptr C'gsl_matrix_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_sub :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_swap :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_swap_columns :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_swap_rowcol :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_swap_rows :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_transpose :: FunPtr (Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Matrices: p'gsl_matrix_long_double_transpose_memcpy :: FunPtr (Ptr C'gsl_matrix_long_double -> Ptr C'gsl_matrix_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'GSL_COMPLEX_LONG_DOUBLE_AT :: Ptr C'gsl_vector_complex_long_double -> CSize -> IO (Ptr C'gsl_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_add :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_alloc :: CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_alloc_col_from_matrix :: Ptr C'gsl_matrix_complex_long_double -> CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_alloc_from_block :: Ptr C'gsl_block_complex_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_alloc_from_vector :: Ptr C'gsl_vector_complex_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_alloc_row_from_matrix :: Ptr C'gsl_matrix_complex_long_double -> CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_calloc :: CSize -> IO (Ptr C'gsl_vector_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_const_ptr :: Ptr C'gsl_vector_complex_long_double -> CSize -> IO (Ptr C'gsl_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_div :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_fread :: Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_free :: Ptr C'gsl_vector_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_isneg :: Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_isnonneg :: Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_isnull :: Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_ispos :: Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_memcpy :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_mul :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_ptr :: Ptr C'gsl_vector_complex_long_double -> CSize -> IO (Ptr C'gsl_complex_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_reverse :: Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_set_basis :: Ptr C'gsl_vector_complex_long_double -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_set_zero :: Ptr C'gsl_vector_complex_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_sub :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_swap :: Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_complex_long_double_swap_elements :: Ptr C'gsl_vector_complex_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_add :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_add_constant :: Ptr C'gsl_vector_long_double -> CDouble -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_alloc :: CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_alloc_col_from_matrix :: Ptr C'gsl_matrix_long_double -> CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_alloc_from_block :: Ptr C'gsl_block_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_alloc_from_vector :: Ptr C'gsl_vector_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_alloc_row_from_matrix :: Ptr C'gsl_matrix_long_double -> CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_calloc :: CSize -> IO (Ptr C'gsl_vector_long_double)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_const_ptr :: Ptr C'gsl_vector_long_double -> CSize -> IO (Ptr CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_div :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_fprintf :: Ptr CFile -> Ptr C'gsl_vector_long_double -> CString -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_fread :: Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_free :: Ptr C'gsl_vector_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_fscanf :: Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_fwrite :: Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_get :: Ptr C'gsl_vector_long_double -> CSize -> IO CLDouble
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_isneg :: Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_isnonneg :: Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_isnull :: Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_ispos :: Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_max :: Ptr C'gsl_vector_long_double -> IO CLDouble
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_max_index :: Ptr C'gsl_vector_long_double -> IO CSize
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_memcpy :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_min :: Ptr C'gsl_vector_long_double -> IO CLDouble
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_min_index :: Ptr C'gsl_vector_long_double -> IO CSize
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_minmax :: Ptr C'gsl_vector_long_double -> Ptr CLDouble -> Ptr CLDouble -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_minmax_index :: Ptr C'gsl_vector_long_double -> Ptr CSize -> Ptr CSize -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_mul :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_ptr :: Ptr C'gsl_vector_long_double -> CSize -> IO (Ptr CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_reverse :: Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_scale :: Ptr C'gsl_vector_long_double -> CDouble -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_set :: Ptr C'gsl_vector_long_double -> CSize -> CLDouble -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_set_all :: Ptr C'gsl_vector_long_double -> CLDouble -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_set_basis :: Ptr C'gsl_vector_long_double -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_set_zero :: Ptr C'gsl_vector_long_double -> IO ()
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_sub :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_swap :: Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: c'gsl_vector_long_double_swap_elements :: Ptr C'gsl_vector_long_double -> CSize -> CSize -> IO CInt
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_add :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_alloc_col_from_matrix :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_alloc_from_block :: FunPtr (Ptr C'gsl_block_complex_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_alloc_from_vector :: FunPtr (Ptr C'gsl_vector_complex_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_alloc_row_from_matrix :: FunPtr (Ptr C'gsl_matrix_complex_long_double -> CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_calloc :: FunPtr (CSize -> IO (Ptr C'gsl_vector_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_const_ptr :: FunPtr (Ptr C'gsl_vector_complex_long_double -> CSize -> IO (Ptr C'gsl_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_div :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_free :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_isneg :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_isnonneg :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_isnull :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_ispos :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_memcpy :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_mul :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_ptr :: FunPtr (Ptr C'gsl_vector_complex_long_double -> CSize -> IO (Ptr C'gsl_complex_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_reverse :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_set_basis :: FunPtr (Ptr C'gsl_vector_complex_long_double -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_set_zero :: FunPtr (Ptr C'gsl_vector_complex_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_sub :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_swap :: FunPtr (Ptr C'gsl_vector_complex_long_double -> Ptr C'gsl_vector_complex_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_complex_long_double_swap_elements :: FunPtr (Ptr C'gsl_vector_complex_long_double -> CSize -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_add :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_add_constant :: FunPtr (Ptr C'gsl_vector_long_double -> CDouble -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_alloc_col_from_matrix :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_alloc_from_block :: FunPtr (Ptr C'gsl_block_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_alloc_from_vector :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> CSize -> CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_alloc_row_from_matrix :: FunPtr (Ptr C'gsl_matrix_long_double -> CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_calloc :: FunPtr (CSize -> IO (Ptr C'gsl_vector_long_double))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_const_ptr :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> IO (Ptr CLDouble))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_div :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_long_double -> CString -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_free :: FunPtr (Ptr C'gsl_vector_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_get :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> IO CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_isneg :: FunPtr (Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_isnonneg :: FunPtr (Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_isnull :: FunPtr (Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_ispos :: FunPtr (Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_max :: FunPtr (Ptr C'gsl_vector_long_double -> IO CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_max_index :: FunPtr (Ptr C'gsl_vector_long_double -> IO CSize)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_memcpy :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_min :: FunPtr (Ptr C'gsl_vector_long_double -> IO CLDouble)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_min_index :: FunPtr (Ptr C'gsl_vector_long_double -> IO CSize)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_minmax :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr CLDouble -> Ptr CLDouble -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_minmax_index :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr CSize -> Ptr CSize -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_mul :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_ptr :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> IO (Ptr CLDouble))
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_reverse :: FunPtr (Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_scale :: FunPtr (Ptr C'gsl_vector_long_double -> CDouble -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_set :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> CLDouble -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_set_all :: FunPtr (Ptr C'gsl_vector_long_double -> CLDouble -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_set_basis :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_set_zero :: FunPtr (Ptr C'gsl_vector_long_double -> IO ())
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_sub :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_swap :: FunPtr (Ptr C'gsl_vector_long_double -> Ptr C'gsl_vector_long_double -> IO CInt)
- Bindings.Gsl.VectorsAndMatrices.Vectors: p'gsl_vector_long_double_swap_elements :: FunPtr (Ptr C'gsl_vector_long_double -> CSize -> CSize -> IO CInt)
+ Bindings.Gsl.ErrorHandling: mK'gsl_error_handler_t :: C'gsl_error_handler_t -> (CString -> CString -> CInt -> CInt -> CInt -> IO ())
+ Bindings.Gsl.ErrorHandling: mK'gsl_stream_handler_t :: C'gsl_stream_handler_t -> (CString -> CString -> CInt -> CInt -> CString -> IO ())
+ Bindings.Gsl.NumericalIntegration: mK'gsl_integration_rule :: C'gsl_integration_rule -> (Ptr C'gsl_function -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO ())
+ Bindings.Gsl.OneDimensionalMinimization: mK'gsl_min_bracketing_function :: C'gsl_min_bracketing_function -> (Ptr C'gsl_function -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> CSize -> IO CInt)
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_Efunc_t :: C'gsl_siman_Efunc_t -> (Ptr () -> IO CDouble)
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_copy_construct_t :: C'gsl_siman_copy_construct_t -> (FunPtr (Ptr () -> IO (Ptr ())))
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_copy_t :: C'gsl_siman_copy_t -> (FunPtr (Ptr () -> Ptr () -> IO ()))
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_destroy_t :: C'gsl_siman_destroy_t -> (FunPtr (Ptr () -> IO ()))
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_metric_t :: C'gsl_siman_metric_t -> (Ptr () -> Ptr () -> IO CDouble)
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_print_t :: C'gsl_siman_print_t -> (FunPtr (Ptr () -> IO ()))
+ Bindings.Gsl.SimulatedAnnealing: mK'gsl_siman_step_t :: C'gsl_siman_step_t -> (Ptr C'gsl_rng -> Ptr () -> CDouble -> IO ())
+ Bindings.Gsl.Sorting: mK'gsl_comparison_fn_t :: C'gsl_comparison_fn_t -> (FunPtr (Ptr () -> Ptr () -> IO CInt))
- Bindings.Gsl.Cblas: c'CblasColMajor :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasColMajor :: Num a => a
- Bindings.Gsl.Cblas: c'CblasConjTrans :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasConjTrans :: Num a => a
- Bindings.Gsl.Cblas: c'CblasLeft :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasLeft :: Num a => a
- Bindings.Gsl.Cblas: c'CblasLower :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasLower :: Num a => a
- Bindings.Gsl.Cblas: c'CblasNoTrans :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasNoTrans :: Num a => a
- Bindings.Gsl.Cblas: c'CblasNonUnit :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasNonUnit :: Num a => a
- Bindings.Gsl.Cblas: c'CblasRight :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasRight :: Num a => a
- Bindings.Gsl.Cblas: c'CblasRowMajor :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasRowMajor :: Num a => a
- Bindings.Gsl.Cblas: c'CblasTrans :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasTrans :: Num a => a
- Bindings.Gsl.Cblas: c'CblasUnit :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasUnit :: Num a => a
- Bindings.Gsl.Cblas: c'CblasUpper :: (Num a) => a
+ Bindings.Gsl.Cblas: c'CblasUpper :: Num a => a
- Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_ABS_ASC :: (Num a) => a
+ Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_ABS_ASC :: Num a => a
- Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_ABS_DESC :: (Num a) => a
+ Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_ABS_DESC :: Num a => a
- Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_VAL_ASC :: (Num a) => a
+ Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_VAL_ASC :: Num a => a
- Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_VAL_DESC :: (Num a) => a
+ Bindings.Gsl.Eigensystems: c'GSL_EIGEN_SORT_VAL_DESC :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_CONTINUE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_CONTINUE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EBADFUNC :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EBADFUNC :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EBADLEN :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EBADLEN :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EBADTOL :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EBADTOL :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ECACHE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ECACHE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EDIVERGE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EDIVERGE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EDOM :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EDOM :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EFACTOR :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EFACTOR :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EFAILED :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EFAILED :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EFAULT :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EFAULT :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EINVAL :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EINVAL :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ELOSS :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ELOSS :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EMAXITER :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EMAXITER :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ENOMEM :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ENOMEM :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ENOPROG :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ENOPROG :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ENOPROGJ :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ENOPROGJ :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ENOTSQR :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ENOTSQR :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EOF :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EOF :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EOVRFLW :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EOVRFLW :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ERANGE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ERANGE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EROUND :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EROUND :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ERUNAWAY :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ERUNAWAY :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ESANITY :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ESANITY :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ESING :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ESING :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ETABLE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ETABLE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ETOL :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ETOL :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ETOLF :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ETOLF :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ETOLG :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ETOLG :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_ETOLX :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_ETOLX :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EUNDRFLW :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EUNDRFLW :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EUNIMPL :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EUNIMPL :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EUNSUP :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EUNSUP :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_EZERODIV :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_EZERODIV :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_FAILURE :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_FAILURE :: Num a => a
- Bindings.Gsl.ErrorHandling: c'GSL_SUCCESS :: (Num a) => a
+ Bindings.Gsl.ErrorHandling: c'GSL_SUCCESS :: Num a => a
- Bindings.Gsl.FastFourierTransforms: c'gsl_fft_backward :: (Num a) => a
+ Bindings.Gsl.FastFourierTransforms: c'gsl_fft_backward :: Num a => a
- Bindings.Gsl.FastFourierTransforms: c'gsl_fft_forward :: (Num a) => a
+ Bindings.Gsl.FastFourierTransforms: c'gsl_fft_forward :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_DOUBLE_PRECISION :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_DOUBLE_PRECISION :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_EXTENDED_PRECISION :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_EXTENDED_PRECISION :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_ALL :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_ALL :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_DENORMALIZED :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_DENORMALIZED :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_DIVISION_BY_ZERO :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_DIVISION_BY_ZERO :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_INVALID :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_INVALID :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_OVERFLOW :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_OVERFLOW :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_UNDERFLOW :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_MASK_UNDERFLOW :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_DOWN :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_DOWN :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_TO_NEAREST :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_TO_NEAREST :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_TO_ZERO :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_TO_ZERO :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_UP :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_ROUND_UP :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_SINGLE_PRECISION :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_SINGLE_PRECISION :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TRAP_INEXACT :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TRAP_INEXACT :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_DENORMAL :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_DENORMAL :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_INF :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_INF :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_NAN :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_NAN :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_NORMAL :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_NORMAL :: Num a => a
- Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_ZERO :: (Num a) => a
+ Bindings.Gsl.IeeeFloatingPointArithmetic: c'GSL_IEEE_TYPE_ZERO :: Num a => a
- Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_CONJUGATE :: (Num a) => a
+ Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_CONJUGATE :: Num a => a
- Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_NONE :: (Num a) => a
+ Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_NONE :: Num a => a
- Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_TRANSPOSE :: (Num a) => a
+ Bindings.Gsl.LinearAlgebra: c'GSL_LINALG_MOD_TRANSPOSE :: Num a => a
- Bindings.Gsl.MathematicalFunctions: c'M_1_PI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_1_PI :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_2_PI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_2_PI :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_2_SQRTPI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_2_SQRTPI :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_E :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_E :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_EULER :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_EULER :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_LN10 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_LN10 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_LN2 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_LN2 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_LNPI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_LNPI :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_LOG10E :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_LOG10E :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_LOG2E :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_LOG2E :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_PI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_PI :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_PI_2 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_PI_2 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_PI_4 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_PI_4 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_SQRT1_2 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_SQRT1_2 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_SQRT2 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_SQRT2 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_SQRT3 :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_SQRT3 :: Fractional a => a
- Bindings.Gsl.MathematicalFunctions: c'M_SQRTPI :: (Fractional a) => a
+ Bindings.Gsl.MathematicalFunctions: c'M_SQRTPI :: Fractional a => a
- Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_IMPORTANCE :: (Num a) => a
+ Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_IMPORTANCE :: Num a => a
- Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_IMPORTANCE_ONLY :: (Num a) => a
+ Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_IMPORTANCE_ONLY :: Num a => a
- Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_STRATIFIED :: (Num a) => a
+ Bindings.Gsl.MonteCarloIntegration: c'GSL_VEGAS_MODE_STRATIFIED :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_COSINE :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_COSINE :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS15 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS15 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS21 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS21 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS31 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS31 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS41 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS41 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS51 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS51 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS61 :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_GAUSS61 :: Num a => a
- Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_SINE :: (Num a) => a
+ Bindings.Gsl.NumericalIntegration: c'GSL_INTEG_SINE :: Num a => a
- Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_DEC :: (Num a) => a
+ Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_DEC :: Num a => a
- Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_INC :: (Num a) => a
+ Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_INC :: Num a => a
- Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_NIL :: (Num a) => a
+ Bindings.Gsl.OrdinaryDifferentialEquations: c'GSL_ODEIV_HADJ_NIL :: Num a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ACRE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ACRE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ANGSTROM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ANGSTROM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ASTRONOMICAL_UNIT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ASTRONOMICAL_UNIT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BARN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BARN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BOHR_RADIUS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BOHR_RADIUS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BOLTZMANN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BOLTZMANN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BTU :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_BTU :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CALORIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CALORIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CANADIAN_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CANADIAN_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CARAT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CARAT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CUP :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CUP :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CURIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_CURIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_DAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_DAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_DYNE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_DYNE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ELECTRON_VOLT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ELECTRON_VOLT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FATHOM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FATHOM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FLUID_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FLUID_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOTCANDLE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOTCANDLE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOTLAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_FOOTLAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAM_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAM_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAVITATIONAL_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAVITATIONAL_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAV_ACCEL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_GRAV_ACCEL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HECTARE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HECTARE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HORSEPOWER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HORSEPOWER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH_OF_WATER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_INCH_OF_WATER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_JOULE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_JOULE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KILOMETERS_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KILOMETERS_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KILOPOUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KILOPOUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KNOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_KNOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LIGHT_YEAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LIGHT_YEAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LITER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LITER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LUMEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LUMEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LUX :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_LUX :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_ELECTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_ELECTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_MUON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_MUON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_NEUTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_NEUTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_PROTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MASS_PROTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_METER_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_METER_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_METRIC_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_METRIC_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MICRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MICRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MIL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MIL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MILES_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MILES_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MINUTE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MINUTE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MOLAR_GAS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_MOLAR_GAS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_NAUTICAL_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_NAUTICAL_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_NEWTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_NEWTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_OUNCE_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_OUNCE_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PARSEC :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PARSEC :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PHOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PHOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PLANCKS_CONSTANT_H :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PLANCKS_CONSTANT_H :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PLANCKS_CONSTANT_HBAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PLANCKS_CONSTANT_HBAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POISE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POISE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUNDAL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUNDAL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUND_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_POUND_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PSI :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_PSI :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_QUART :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_QUART :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_RAD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_RAD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ROENTGEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_ROENTGEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_RYDBERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_RYDBERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_SOLAR_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_SOLAR_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_SPEED_OF_LIGHT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_SPEED_OF_LIGHT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STANDARD_GAS_VOLUME :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STANDARD_GAS_VOLUME :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STD_ATMOSPHERE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STD_ATMOSPHERE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STEFAN_BOLTZMANN_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STEFAN_BOLTZMANN_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STILB :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STILB :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STOKES :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_STOKES :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TABLESPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TABLESPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TEASPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TEASPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TEXPOINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TEXPOINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_THERM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_THERM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_THOMSON_CROSS_SECTION :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_THOMSON_CROSS_SECTION :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TORR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TORR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TROY_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_TROY_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UK_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UK_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UK_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UK_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UNIFIED_ATOMIC_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_UNIFIED_ATOMIC_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_US_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_US_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_WEEK :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_WEEK :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_YARD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGSM_YARD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ACRE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ACRE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ANGSTROM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ANGSTROM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ASTRONOMICAL_UNIT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ASTRONOMICAL_UNIT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BARN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BARN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BOHR_RADIUS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BOHR_RADIUS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BOLTZMANN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BOLTZMANN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BTU :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_BTU :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CALORIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CALORIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CANADIAN_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CANADIAN_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CARAT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CARAT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CUP :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CUP :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CURIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_CURIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_DAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_DAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_DYNE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_DYNE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ELECTRON_VOLT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ELECTRON_VOLT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FATHOM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FATHOM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FLUID_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FLUID_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOTCANDLE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOTCANDLE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOTLAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_FOOTLAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAM_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAM_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAVITATIONAL_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAVITATIONAL_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAV_ACCEL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_GRAV_ACCEL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HECTARE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HECTARE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HORSEPOWER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HORSEPOWER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH_OF_WATER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_INCH_OF_WATER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_JOULE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_JOULE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KILOMETERS_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KILOMETERS_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KILOPOUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KILOPOUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KNOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_KNOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LIGHT_YEAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LIGHT_YEAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LITER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LITER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LUMEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LUMEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LUX :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_LUX :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_ELECTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_ELECTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_MUON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_MUON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_NEUTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_NEUTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_PROTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MASS_PROTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_METER_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_METER_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_METRIC_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_METRIC_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MICRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MICRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MIL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MIL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MILES_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MILES_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MINUTE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MINUTE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MOLAR_GAS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_MOLAR_GAS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_NAUTICAL_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_NAUTICAL_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_NEWTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_NEWTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_OUNCE_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_OUNCE_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PARSEC :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PARSEC :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PHOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PHOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PLANCKS_CONSTANT_H :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PLANCKS_CONSTANT_H :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PLANCKS_CONSTANT_HBAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PLANCKS_CONSTANT_HBAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POISE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POISE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUNDAL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUNDAL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUND_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_POUND_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PSI :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_PSI :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_QUART :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_QUART :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_RAD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_RAD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ROENTGEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_ROENTGEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_RYDBERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_RYDBERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_SOLAR_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_SOLAR_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_SPEED_OF_LIGHT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_SPEED_OF_LIGHT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STANDARD_GAS_VOLUME :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STANDARD_GAS_VOLUME :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STD_ATMOSPHERE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STD_ATMOSPHERE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STEFAN_BOLTZMANN_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STEFAN_BOLTZMANN_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STILB :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STILB :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STOKES :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_STOKES :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TABLESPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TABLESPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TEASPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TEASPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TEXPOINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TEXPOINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_THERM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_THERM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_THOMSON_CROSS_SECTION :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_THOMSON_CROSS_SECTION :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TORR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TORR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TROY_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_TROY_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UK_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UK_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UK_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UK_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UNIFIED_ATOMIC_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_UNIFIED_ATOMIC_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_US_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_US_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_WEEK :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_WEEK :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_YARD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_CGS_YARD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ACRE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ACRE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ANGSTROM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ANGSTROM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ASTRONOMICAL_UNIT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ASTRONOMICAL_UNIT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BARN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BARN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOHR_MAGNETON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOHR_MAGNETON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOHR_RADIUS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOHR_RADIUS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOLTZMANN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BOLTZMANN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BTU :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_BTU :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CALORIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CALORIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CANADIAN_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CANADIAN_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CARAT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CARAT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CUP :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CUP :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CURIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_CURIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DEBYE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DEBYE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DYNE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_DYNE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_CHARGE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_CHARGE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_MAGNETIC_MOMENT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_MAGNETIC_MOMENT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_VOLT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ELECTRON_VOLT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FARADAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FARADAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FATHOM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FATHOM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FLUID_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FLUID_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOTCANDLE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOTCANDLE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOTLAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_FOOTLAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GAUSS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GAUSS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAM_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAM_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAVITATIONAL_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAVITATIONAL_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAV_ACCEL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_GRAV_ACCEL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HECTARE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HECTARE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HORSEPOWER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HORSEPOWER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH_OF_WATER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_INCH_OF_WATER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_JOULE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_JOULE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KILOMETERS_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KILOMETERS_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KILOPOUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KILOPOUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KNOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_KNOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LIGHT_YEAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LIGHT_YEAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LITER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LITER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LUMEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LUMEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LUX :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_LUX :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_ELECTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_ELECTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_MUON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_MUON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_NEUTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_NEUTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_PROTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MASS_PROTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_METER_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_METER_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_METRIC_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_METRIC_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MICRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MICRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MIL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MIL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MILES_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MILES_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MINUTE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MINUTE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MOLAR_GAS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_MOLAR_GAS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NAUTICAL_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NAUTICAL_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NEWTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NEWTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NUCLEAR_MAGNETON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_NUCLEAR_MAGNETON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_OUNCE_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_OUNCE_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PARSEC :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PARSEC :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PHOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PHOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PLANCKS_CONSTANT_H :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PLANCKS_CONSTANT_H :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PLANCKS_CONSTANT_HBAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PLANCKS_CONSTANT_HBAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POISE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POISE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUNDAL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUNDAL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUND_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_POUND_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PROTON_MAGNETIC_MOMENT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PROTON_MAGNETIC_MOMENT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PSI :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_PSI :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_QUART :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_QUART :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_RAD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_RAD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ROENTGEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_ROENTGEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_RYDBERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_RYDBERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_SOLAR_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_SOLAR_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_SPEED_OF_LIGHT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_SPEED_OF_LIGHT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STANDARD_GAS_VOLUME :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STANDARD_GAS_VOLUME :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STD_ATMOSPHERE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STD_ATMOSPHERE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STEFAN_BOLTZMANN_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STEFAN_BOLTZMANN_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STILB :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STILB :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STOKES :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_STOKES :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TABLESPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TABLESPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TEASPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TEASPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TEXPOINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TEXPOINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_THERM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_THERM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_THOMSON_CROSS_SECTION :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_THOMSON_CROSS_SECTION :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TORR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TORR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TROY_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_TROY_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UK_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UK_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UK_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UK_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UNIFIED_ATOMIC_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_UNIFIED_ATOMIC_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_US_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_US_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_VACUUM_PERMEABILITY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_VACUUM_PERMEABILITY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_VACUUM_PERMITTIVITY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_VACUUM_PERMITTIVITY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_WEEK :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_WEEK :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_YARD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKSA_YARD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ACRE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ACRE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ANGSTROM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ANGSTROM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ASTRONOMICAL_UNIT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ASTRONOMICAL_UNIT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BARN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BARN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOHR_MAGNETON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOHR_MAGNETON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOHR_RADIUS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOHR_RADIUS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOLTZMANN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BOLTZMANN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BTU :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_BTU :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CALORIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CALORIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CANADIAN_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CANADIAN_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CARAT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CARAT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CUP :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CUP :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CURIE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_CURIE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DEBYE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DEBYE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DYNE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_DYNE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_CHARGE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_CHARGE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_MAGNETIC_MOMENT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_MAGNETIC_MOMENT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_VOLT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ELECTRON_VOLT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FARADAY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FARADAY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FATHOM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FATHOM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FLUID_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FLUID_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOTCANDLE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOTCANDLE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOTLAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_FOOTLAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GAUSS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GAUSS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAM_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAM_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAVITATIONAL_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAVITATIONAL_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAV_ACCEL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_GRAV_ACCEL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HECTARE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HECTARE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HORSEPOWER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HORSEPOWER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH_OF_WATER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_INCH_OF_WATER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_JOULE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_JOULE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KILOMETERS_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KILOMETERS_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KILOPOUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KILOPOUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KNOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_KNOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LAMBERT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LAMBERT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LIGHT_YEAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LIGHT_YEAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LITER :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LITER :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LUMEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LUMEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LUX :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_LUX :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_ELECTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_ELECTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_MUON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_MUON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_NEUTRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_NEUTRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_PROTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MASS_PROTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_METER_OF_MERCURY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_METER_OF_MERCURY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_METRIC_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_METRIC_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MICRON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MICRON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MIL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MIL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MILES_PER_HOUR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MILES_PER_HOUR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MINUTE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MINUTE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MOLAR_GAS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_MOLAR_GAS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NAUTICAL_MILE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NAUTICAL_MILE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NEWTON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NEWTON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NUCLEAR_MAGNETON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_NUCLEAR_MAGNETON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_OUNCE_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_OUNCE_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PARSEC :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PARSEC :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PHOT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PHOT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PLANCKS_CONSTANT_H :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PLANCKS_CONSTANT_H :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PLANCKS_CONSTANT_HBAR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PLANCKS_CONSTANT_HBAR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POISE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POISE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUNDAL :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUNDAL :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUND_FORCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUND_FORCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUND_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_POUND_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PROTON_MAGNETIC_MOMENT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PROTON_MAGNETIC_MOMENT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PSI :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_PSI :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_QUART :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_QUART :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_RAD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_RAD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ROENTGEN :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_ROENTGEN :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_RYDBERG :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_RYDBERG :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_SOLAR_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_SOLAR_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_SPEED_OF_LIGHT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_SPEED_OF_LIGHT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STANDARD_GAS_VOLUME :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STANDARD_GAS_VOLUME :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STD_ATMOSPHERE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STD_ATMOSPHERE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STEFAN_BOLTZMANN_CONSTANT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STEFAN_BOLTZMANN_CONSTANT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STILB :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STILB :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STOKES :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_STOKES :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TABLESPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TABLESPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TEASPOON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TEASPOON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TEXPOINT :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TEXPOINT :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_THERM :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_THERM :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_THOMSON_CROSS_SECTION :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_THOMSON_CROSS_SECTION :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TORR :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TORR :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TROY_OUNCE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_TROY_OUNCE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UK_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UK_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UK_TON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UK_TON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UNIFIED_ATOMIC_MASS :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_UNIFIED_ATOMIC_MASS :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_US_GALLON :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_US_GALLON :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_VACUUM_PERMEABILITY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_VACUUM_PERMEABILITY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_VACUUM_PERMITTIVITY :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_VACUUM_PERMITTIVITY :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_WEEK :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_WEEK :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_YARD :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_MKS_YARD :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ATTO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ATTO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_AVOGADRO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_AVOGADRO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_EXA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_EXA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_FEMTO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_FEMTO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_FINE_STRUCTURE :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_FINE_STRUCTURE :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_GIGA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_GIGA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_KILO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_KILO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MEGA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MEGA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MICRO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MICRO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MILLI :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_MILLI :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_NANO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_NANO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_PETA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_PETA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_PICO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_PICO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_TERA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_TERA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_YOCTO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_YOCTO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_YOTTA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_YOTTA :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ZEPTO :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ZEPTO :: Fractional a => a
- Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ZETTA :: (Fractional a) => a
+ Bindings.Gsl.PhysicalConstants: c'GSL_CONST_NUM_ZETTA :: Fractional a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_MODE_DEFAULT :: (Num a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_MODE_DEFAULT :: Num a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_PREC_APPROX :: (Fractional a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_PREC_APPROX :: Fractional a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_PREC_DOUBLE :: (Fractional a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_PREC_DOUBLE :: Fractional a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_PREC_SINGLE :: (Fractional a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_PREC_SINGLE :: Fractional a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_SF_DOUBLEFACT_NMAX :: (Num a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_SF_DOUBLEFACT_NMAX :: Num a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_SF_FACT_NMAX :: (Num a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_SF_FACT_NMAX :: Num a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_SF_GAMMA_XMAX :: (Fractional a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_SF_GAMMA_XMAX :: Fractional a => a
- Bindings.Gsl.SpecialFunctions: c'GSL_SF_MATHIEU_COEFF :: (Num a) => a
+ Bindings.Gsl.SpecialFunctions: c'GSL_SF_MATHIEU_COEFF :: Num a => a
- Bindings.Gsl.WaveletTransforms: c'gsl_wavelet_backward :: (Num a) => a
+ Bindings.Gsl.WaveletTransforms: c'gsl_wavelet_backward :: Num a => a
- Bindings.Gsl.WaveletTransforms: c'gsl_wavelet_forward :: (Num a) => a
+ Bindings.Gsl.WaveletTransforms: c'gsl_wavelet_forward :: Num a => a

Files

bindings-gsl.cabal view
@@ -1,23 +1,22 @@ cabal-version: >= 1.2.3 name: bindings-gsl-homepage: http://bitbucket.org/mauricio/bindings-gsl synopsis:   Low level bindings to GNU GSL.-version: 0.1.1.6+version: 0.2 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com> author: Maurício C. Antunes build-type: Simple category: FFI-bug-reports: http://bitbucket.org/mauricio/bindings-gsl/issues+bug-reports: http://bitbucket.org/mauricio/bindings-dsl/issues library   hs-source-dirs: src   extensions:     ForeignFunctionInterface   build-depends:     base >= 3 && < 5,-    bindings-DSL >= 1.0 && < 1.1+    bindings-DSL >= 1.0.7 && < 1.1   exposed-modules:     Bindings.Gsl     Bindings.Gsl.BasisSplines@@ -65,4 +64,5 @@     Bindings.Gsl.Version     Bindings.Gsl.WaveletTransforms   c-sources: src/inlines.c-  pkgconfig-depends: gsl >= 1.12+  pkgconfig-depends: gsl >= 1.13+
src/Bindings/Gsl/Cblas.hsc view
@@ -49,10 +49,10 @@ #ccall cblas_scasum , CInt -> CInt -> Ptr () -> CInt -> IO CFloat #ccall cblas_dznrm2 , CInt -> CInt -> Ptr () -> CInt -> IO CDouble #ccall cblas_dzasum , CInt -> CInt -> Ptr () -> CInt -> IO CDouble-#ccall cblas_isamax , CInt -> CInt -> Ptr CFloat -> CInt -> IO <CBLAS_INDEX>-#ccall cblas_idamax , CInt -> CInt -> Ptr CDouble -> CInt -> IO <CBLAS_INDEX>-#ccall cblas_icamax , CInt -> CInt -> Ptr () -> CInt -> IO <CBLAS_INDEX>-#ccall cblas_izamax , CInt -> CInt -> Ptr () -> CInt -> IO <CBLAS_INDEX>+-- #ccall cblas_isamax , CInt -> CInt -> Ptr CFloat -> CInt -> IO <CBLAS_INDEX>+-- #ccall cblas_idamax , CInt -> CInt -> Ptr CDouble -> CInt -> IO <CBLAS_INDEX>+-- #ccall cblas_icamax , CInt -> CInt -> Ptr () -> CInt -> IO <CBLAS_INDEX>+-- #ccall cblas_izamax , CInt -> CInt -> Ptr () -> CInt -> IO <CBLAS_INDEX> #ccall cblas_sswap , CInt -> CInt -> Ptr CFloat -> CInt -> CInt -> Ptr CFloat -> CInt -> IO () #ccall cblas_scopy , CInt -> CInt -> Ptr CFloat -> CInt -> CInt -> Ptr CFloat -> CInt -> IO () #ccall cblas_saxpy , CInt -> CInt -> CFloat -> Ptr CFloat -> CInt -> CInt -> Ptr CFloat -> CInt -> IO ()
src/Bindings/Gsl/ComplexNumbers.hsc view
@@ -25,9 +25,9 @@ #integral_t gsl_const_complex_packed_float_ptr #integral_t gsl_const_complex_packed_long_double_ptr -#starttype gsl_complex_long_double-#array_field dat , CLDouble-#stoptype+-- #starttype gsl_complex_long_double+-- #array_field dat , CLDouble+-- #stoptype  #starttype gsl_complex #array_field dat , CDouble
src/Bindings/Gsl/MathematicalFunctions.hsc view
@@ -55,8 +55,8 @@ #ccall GSL_MIN_INT , CInt -> CInt -> CInt -> IO CInt #ccall GSL_MAX_DBL , CDouble -> CDouble -> IO CDouble #ccall GSL_MIN_DBL , CDouble -> CDouble -> IO CDouble-#ccall GSL_MAX_LDBL , CLDouble -> CLDouble -> IO CLDouble-#ccall GSL_MIN_LDBL , CLDouble -> CLDouble -> IO CLDouble+-- #ccall GSL_MAX_LDBL , CLDouble -> CLDouble -> IO CLDouble+-- #ccall GSL_MIN_LDBL , CLDouble -> CLDouble -> IO CLDouble  #ccall gsl_log1p , CDouble -> IO CDouble #ccall gsl_expm1 , CDouble -> IO CDouble@@ -77,7 +77,7 @@  #ccall gsl_coerce_double , CDouble -> IO CDouble #ccall gsl_coerce_float , CFloat -> IO CFloat-#ccall gsl_coerce_long_double , CLDouble -> IO CLDouble+-- #ccall gsl_coerce_long_double , CLDouble -> IO CLDouble  #ccall gsl_ldexp , CDouble -> CInt -> IO CDouble #ccall gsl_frexp , CDouble -> Ptr CInt -> IO CDouble
src/Bindings/Gsl/Permutations.hsc view
@@ -42,16 +42,16 @@ #ccall gsl_permute_complex_inverse , Ptr CSize -> Ptr CDouble -> CSize -> CSize -> IO CInt #ccall gsl_permute_complex_float , Ptr CSize -> Ptr CFloat -> CSize -> CSize -> IO CInt #ccall gsl_permute_complex_float_inverse , Ptr CSize -> Ptr CFloat -> CSize -> CSize -> IO CInt-#ccall gsl_permute_complex_long_double , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_permute_complex_long_double_inverse , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_permute_complex_long_double , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_permute_complex_long_double_inverse , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt #ccall gsl_permute , Ptr CSize -> Ptr CDouble -> CSize -> CSize -> IO CInt #ccall gsl_permute_inverse , Ptr CSize -> Ptr CDouble -> CSize -> CSize -> IO CInt #ccall gsl_permute_float , Ptr CSize -> Ptr CFloat -> CSize -> CSize -> IO CInt #ccall gsl_permute_float_inverse , Ptr CSize -> Ptr CFloat -> CSize -> CSize -> IO CInt #ccall gsl_permute_int , Ptr CSize -> Ptr CInt -> CSize -> CSize -> IO CInt #ccall gsl_permute_int_inverse , Ptr CSize -> Ptr CInt -> CSize -> CSize -> IO CInt-#ccall gsl_permute_long_double , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_permute_long_double_inverse , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_permute_long_double , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_permute_long_double_inverse , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt #ccall gsl_permute_long , Ptr CSize -> Ptr CLong -> CSize -> CSize -> IO CInt #ccall gsl_permute_long_inverse , Ptr CSize -> Ptr CLong -> CSize -> CSize -> IO CInt #ccall gsl_permute_short , Ptr CSize -> Ptr CShort -> CSize -> CSize -> IO CInt@@ -70,16 +70,16 @@ #ccall gsl_permute_vector_complex_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex> -> IO CInt #ccall gsl_permute_vector_complex_float , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_float> -> IO CInt #ccall gsl_permute_vector_complex_float_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_float> -> IO CInt-#ccall gsl_permute_vector_complex_long_double , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_permute_vector_complex_long_double_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_permute_vector_complex_long_double , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_permute_vector_complex_long_double_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_complex_long_double> -> IO CInt #ccall gsl_permute_vector , Ptr <gsl_permutation> -> Ptr <gsl_vector> -> IO CInt #ccall gsl_permute_vector_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector> -> IO CInt #ccall gsl_permute_vector_float , Ptr <gsl_permutation> -> Ptr <gsl_vector_float> -> IO CInt #ccall gsl_permute_vector_float_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_float> -> IO CInt #ccall gsl_permute_vector_int , Ptr <gsl_permutation> -> Ptr <gsl_vector_int> -> IO CInt #ccall gsl_permute_vector_int_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_int> -> IO CInt-#ccall gsl_permute_vector_long_double , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_permute_vector_long_double_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_permute_vector_long_double , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_permute_vector_long_double_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt #ccall gsl_permute_vector_long , Ptr <gsl_permutation> -> Ptr <gsl_vector_long> -> IO CInt #ccall gsl_permute_vector_long_inverse , Ptr <gsl_permutation> -> Ptr <gsl_vector_long> -> IO CInt #ccall gsl_permute_vector_short , Ptr <gsl_permutation> -> Ptr <gsl_vector_short> -> IO CInt
src/Bindings/Gsl/Sorting.hsc view
@@ -37,12 +37,12 @@ #ccall gsl_sort_int_smallest_index , Ptr CSize -> CSize -> Ptr CInt -> CSize -> CSize -> IO CInt #ccall gsl_sort_int_largest , Ptr CInt -> CSize -> Ptr CInt -> CSize -> CSize -> IO CInt #ccall gsl_sort_int_largest_index , Ptr CSize -> CSize -> Ptr CInt -> CSize -> CSize -> IO CInt-#ccall gsl_sort_long_double , Ptr CLDouble -> CSize -> CSize -> IO ()-#ccall gsl_sort_long_double_index , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()-#ccall gsl_sort_long_double_smallest , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_sort_long_double_smallest_index , Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_sort_long_double_largest , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_sort_long_double_largest_index , Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_sort_long_double , Ptr CLDouble -> CSize -> CSize -> IO ()+-- #ccall gsl_sort_long_double_index , Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()+-- #ccall gsl_sort_long_double_smallest , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_sort_long_double_smallest_index , Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_sort_long_double_largest , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_sort_long_double_largest_index , Ptr CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CInt #ccall gsl_sort_long , Ptr CLong -> CSize -> CSize -> IO () #ccall gsl_sort_long_index , Ptr CSize -> Ptr CLong -> CSize -> CSize -> IO () #ccall gsl_sort_long_smallest , Ptr CLong -> CSize -> Ptr CLong -> CSize -> CSize -> IO CInt@@ -103,12 +103,12 @@ #ccall gsl_sort_vector_int_largest , Ptr CInt -> CSize -> Ptr <gsl_vector_int> -> IO CInt #ccall gsl_sort_vector_int_smallest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_int> -> IO CInt #ccall gsl_sort_vector_int_largest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_int> -> IO CInt-#ccall gsl_sort_vector_long_double , Ptr <gsl_vector_long_double> -> IO ()-#ccall gsl_sort_vector_long_double_index , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_sort_vector_long_double_smallest , Ptr CLDouble -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_sort_vector_long_double_largest , Ptr CLDouble -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_sort_vector_long_double_smallest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_sort_vector_long_double_largest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_sort_vector_long_double , Ptr <gsl_vector_long_double> -> IO ()+-- #ccall gsl_sort_vector_long_double_index , Ptr <gsl_permutation> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_sort_vector_long_double_smallest , Ptr CLDouble -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_sort_vector_long_double_largest , Ptr CLDouble -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_sort_vector_long_double_smallest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_sort_vector_long_double_largest_index , Ptr CSize -> CSize -> Ptr <gsl_vector_long_double> -> IO CInt #ccall gsl_sort_vector_long , Ptr <gsl_vector_long> -> IO () #ccall gsl_sort_vector_long_index , Ptr <gsl_permutation> -> Ptr <gsl_vector_long> -> IO CInt #ccall gsl_sort_vector_long_smallest , Ptr CLong -> CSize -> Ptr <gsl_vector_long> -> IO CInt
src/Bindings/Gsl/Statistics.hsc view
@@ -156,51 +156,51 @@ #ccall gsl_stats_int_minmax_index , Ptr CSize -> Ptr CSize -> Ptr CInt -> CSize -> CSize -> IO () #ccall gsl_stats_int_median_from_sorted_data , Ptr CInt -> CSize -> CSize -> IO CDouble #ccall gsl_stats_int_quantile_from_sorted_data , Ptr CInt -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_mean , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_variance , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_sd , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_variance_with_fixed_mean , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_sd_with_fixed_mean , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_tss , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_tss_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_absdev , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_skew , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_kurtosis , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_lag1_autocorrelation , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_covariance , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_correlation , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_variance_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_sd_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_absdev_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_skew_m_sd , Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_kurtosis_m_sd , Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_lag1_autocorrelation_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_covariance_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wmean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wvariance , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wsd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wvariance_with_fixed_mean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wsd_with_fixed_mean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wtss , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wtss_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wabsdev , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wskew , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wkurtosis , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_wvariance_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wsd_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wabsdev_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wskew_m_sd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_wkurtosis_m_sd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble-#ccall gsl_stats_long_double_pvariance , Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_ttest , Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_max , Ptr CLDouble -> CSize -> CSize -> IO CLDouble-#ccall gsl_stats_long_double_min , Ptr CLDouble -> CSize -> CSize -> IO CLDouble-#ccall gsl_stats_long_double_minmax , Ptr CLDouble -> Ptr CLDouble -> Ptr CLDouble -> CSize -> CSize -> IO ()-#ccall gsl_stats_long_double_max_index , Ptr CLDouble -> CSize -> CSize -> IO CSize-#ccall gsl_stats_long_double_min_index , Ptr CLDouble -> CSize -> CSize -> IO CSize-#ccall gsl_stats_long_double_minmax_index , Ptr CSize -> Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()-#ccall gsl_stats_long_double_median_from_sorted_data , Ptr CLDouble -> CSize -> CSize -> IO CDouble-#ccall gsl_stats_long_double_quantile_from_sorted_data , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_mean , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_variance , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_sd , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_variance_with_fixed_mean , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_sd_with_fixed_mean , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_tss , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_tss_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_absdev , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_skew , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_kurtosis , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_lag1_autocorrelation , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_covariance , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_correlation , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_variance_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_sd_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_absdev_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_skew_m_sd , Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_kurtosis_m_sd , Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_lag1_autocorrelation_m , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_covariance_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wmean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wvariance , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wsd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wvariance_with_fixed_mean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wsd_with_fixed_mean , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wtss , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wtss_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wabsdev , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wskew , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wkurtosis , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_wvariance_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wsd_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wabsdev_m , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wskew_m_sd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_wkurtosis_m_sd , Ptr CLDouble -> CSize -> Ptr CLDouble -> CSize -> CSize -> CDouble -> CDouble -> IO CDouble+-- #ccall gsl_stats_long_double_pvariance , Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_ttest , Ptr CLDouble -> CSize -> CSize -> Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_max , Ptr CLDouble -> CSize -> CSize -> IO CLDouble+-- #ccall gsl_stats_long_double_min , Ptr CLDouble -> CSize -> CSize -> IO CLDouble+-- #ccall gsl_stats_long_double_minmax , Ptr CLDouble -> Ptr CLDouble -> Ptr CLDouble -> CSize -> CSize -> IO ()+-- #ccall gsl_stats_long_double_max_index , Ptr CLDouble -> CSize -> CSize -> IO CSize+-- #ccall gsl_stats_long_double_min_index , Ptr CLDouble -> CSize -> CSize -> IO CSize+-- #ccall gsl_stats_long_double_minmax_index , Ptr CSize -> Ptr CSize -> Ptr CLDouble -> CSize -> CSize -> IO ()+-- #ccall gsl_stats_long_double_median_from_sorted_data , Ptr CLDouble -> CSize -> CSize -> IO CDouble+-- #ccall gsl_stats_long_double_quantile_from_sorted_data , Ptr CLDouble -> CSize -> CSize -> CDouble -> IO CDouble #ccall gsl_stats_long_mean , Ptr CLong -> CSize -> CSize -> IO CDouble #ccall gsl_stats_long_variance , Ptr CLong -> CSize -> CSize -> IO CDouble #ccall gsl_stats_long_sd , Ptr CLong -> CSize -> CSize -> IO CDouble
src/Bindings/Gsl/VectorsAndMatrices/Blocks.hsc view
@@ -43,19 +43,19 @@ #ccall gsl_block_complex_free , Ptr <gsl_block_complex> -> IO () #ccall gsl_block_complex_fscanf , Ptr CFile -> Ptr <gsl_block_complex> -> IO CInt #ccall gsl_block_complex_fwrite , Ptr CFile -> Ptr <gsl_block_complex> -> IO CInt-#ccall gsl_block_complex_long_double_alloc , CSize -> IO (Ptr <gsl_block_complex_long_double>)-#ccall gsl_block_complex_long_double_calloc , CSize -> IO (Ptr <gsl_block_complex_long_double>)-#ccall gsl_block_complex_long_double_data , Ptr <gsl_block_complex_long_double> -> IO (Ptr CLDouble)-#ccall gsl_block_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> CString -> IO CInt-#ccall gsl_block_complex_long_double_fread , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt-#ccall gsl_block_complex_long_double_free , Ptr <gsl_block_complex_long_double> -> IO ()-#ccall gsl_block_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt-#ccall gsl_block_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt-#ccall gsl_block_complex_long_double_raw_fprintf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt-#ccall gsl_block_complex_long_double_raw_fread , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_complex_long_double_raw_fscanf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_complex_long_double_raw_fwrite , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_complex_long_double_size , Ptr <gsl_block_complex_long_double> -> IO CSize+-- #ccall gsl_block_complex_long_double_alloc , CSize -> IO (Ptr <gsl_block_complex_long_double>)+-- #ccall gsl_block_complex_long_double_calloc , CSize -> IO (Ptr <gsl_block_complex_long_double>)+-- #ccall gsl_block_complex_long_double_data , Ptr <gsl_block_complex_long_double> -> IO (Ptr CLDouble)+-- #ccall gsl_block_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> CString -> IO CInt+-- #ccall gsl_block_complex_long_double_fread , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt+-- #ccall gsl_block_complex_long_double_free , Ptr <gsl_block_complex_long_double> -> IO ()+-- #ccall gsl_block_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt+-- #ccall gsl_block_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_block_complex_long_double> -> IO CInt+-- #ccall gsl_block_complex_long_double_raw_fprintf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt+-- #ccall gsl_block_complex_long_double_raw_fread , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_complex_long_double_raw_fscanf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_complex_long_double_raw_fwrite , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_complex_long_double_size , Ptr <gsl_block_complex_long_double> -> IO CSize #ccall gsl_block_complex_raw_fprintf , Ptr CFile -> Ptr CDouble -> CSize -> CSize -> CString -> IO CInt #ccall gsl_block_complex_raw_fread , Ptr CFile -> Ptr CDouble -> CSize -> CSize -> IO CInt #ccall gsl_block_complex_raw_fscanf , Ptr CFile -> Ptr CDouble -> CSize -> CSize -> IO CInt@@ -96,19 +96,19 @@ #ccall gsl_block_long_alloc , CSize -> IO (Ptr <gsl_block_long>) #ccall gsl_block_long_calloc , CSize -> IO (Ptr <gsl_block_long>) #ccall gsl_block_long_data , Ptr <gsl_block_long> -> IO (Ptr CLong)-#ccall gsl_block_long_double_alloc , CSize -> IO (Ptr <gsl_block_long_double>)-#ccall gsl_block_long_double_calloc , CSize -> IO (Ptr <gsl_block_long_double>)-#ccall gsl_block_long_double_data , Ptr <gsl_block_long_double> -> IO (Ptr CLDouble)-#ccall gsl_block_long_double_fprintf , Ptr CFile -> Ptr <gsl_block_long_double> -> CString -> IO CInt-#ccall gsl_block_long_double_fread , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt-#ccall gsl_block_long_double_free , Ptr <gsl_block_long_double> -> IO ()-#ccall gsl_block_long_double_fscanf , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt-#ccall gsl_block_long_double_fwrite , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt-#ccall gsl_block_long_double_raw_fprintf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt-#ccall gsl_block_long_double_raw_fread , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_long_double_raw_fscanf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_long_double_raw_fwrite , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt-#ccall gsl_block_long_double_size , Ptr <gsl_block_long_double> -> IO CSize+-- #ccall gsl_block_long_double_alloc , CSize -> IO (Ptr <gsl_block_long_double>)+-- #ccall gsl_block_long_double_calloc , CSize -> IO (Ptr <gsl_block_long_double>)+-- #ccall gsl_block_long_double_data , Ptr <gsl_block_long_double> -> IO (Ptr CLDouble)+-- #ccall gsl_block_long_double_fprintf , Ptr CFile -> Ptr <gsl_block_long_double> -> CString -> IO CInt+-- #ccall gsl_block_long_double_fread , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt+-- #ccall gsl_block_long_double_free , Ptr <gsl_block_long_double> -> IO ()+-- #ccall gsl_block_long_double_fscanf , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt+-- #ccall gsl_block_long_double_fwrite , Ptr CFile -> Ptr <gsl_block_long_double> -> IO CInt+-- #ccall gsl_block_long_double_raw_fprintf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> CString -> IO CInt+-- #ccall gsl_block_long_double_raw_fread , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_long_double_raw_fscanf , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_long_double_raw_fwrite , Ptr CFile -> Ptr CLDouble -> CSize -> CSize -> IO CInt+-- #ccall gsl_block_long_double_size , Ptr <gsl_block_long_double> -> IO CSize #ccall gsl_block_long_fprintf , Ptr CFile -> Ptr <gsl_block_long> -> CString -> IO CInt #ccall gsl_block_long_fread , Ptr CFile -> Ptr <gsl_block_long> -> IO CInt #ccall gsl_block_long_free , Ptr <gsl_block_long> -> IO ()
src/Bindings/Gsl/VectorsAndMatrices/DataTypes.hsc view
@@ -28,10 +28,10 @@ #field data , Ptr CFloat #stoptype -#starttype gsl_block_complex_long_double-#field size , CSize-#field data , Ptr CLDouble-#stoptype+-- #starttype gsl_block_complex_long_double+-- #field size , CSize+-- #field data , Ptr CLDouble+-- #stoptype  #starttype gsl_block_float #field size , CSize@@ -48,10 +48,10 @@ #field data , Ptr CLong #stoptype -#starttype gsl_block_long_double-#field size , CSize-#field data , Ptr CLDouble-#stoptype+-- #starttype gsl_block_long_double+-- #field size , CSize+-- #field data , Ptr CLDouble+-- #stoptype  #starttype gsl_block_short #field size , CSize@@ -134,22 +134,22 @@ #field matrix , <gsl_matrix_complex_float> #stoptype -#starttype gsl_matrix_complex_long_double-#field size1 , CSize-#field size2 , CSize-#field tda , CSize-#field data , Ptr CLDouble-#field block , Ptr <gsl_block_complex_long_double>-#field owner , CInt-#stoptype+-- #starttype gsl_matrix_complex_long_double+-- #field size1 , CSize+-- #field size2 , CSize+-- #field tda , CSize+-- #field data , Ptr CLDouble+-- #field block , Ptr <gsl_block_complex_long_double>+-- #field owner , CInt+-- #stoptype -#starttype gsl_matrix_complex_long_double_const_view-#field matrix , <gsl_matrix_complex_long_double>-#stoptype+-- #starttype gsl_matrix_complex_long_double_const_view+-- #field matrix , <gsl_matrix_complex_long_double>+-- #stoptype -#starttype gsl_matrix_complex_long_double_view-#field matrix , <gsl_matrix_complex_long_double>-#stoptype+-- #starttype gsl_matrix_complex_long_double_view+-- #field matrix , <gsl_matrix_complex_long_double>+-- #stoptype  #starttype gsl_matrix_complex_view #field matrix , <gsl_matrix_complex>@@ -206,22 +206,22 @@ #field matrix , <gsl_matrix_long> #stoptype -#starttype gsl_matrix_long_double-#field size1 , CSize-#field size2 , CSize-#field tda , CSize-#field data , Ptr CLDouble-#field block , Ptr <gsl_block_long_double>-#field owner , CInt-#stoptype+-- #starttype gsl_matrix_long_double+-- #field size1 , CSize+-- #field size2 , CSize+-- #field tda , CSize+-- #field data , Ptr CLDouble+-- #field block , Ptr <gsl_block_long_double>+-- #field owner , CInt+-- #stoptype -#starttype gsl_matrix_long_double_const_view-#field matrix , <gsl_matrix_long_double>-#stoptype+-- #starttype gsl_matrix_long_double_const_view+-- #field matrix , <gsl_matrix_long_double>+-- #stoptype -#starttype gsl_matrix_long_double_view-#field matrix , <gsl_matrix_long_double>-#stoptype+-- #starttype gsl_matrix_long_double_view+-- #field matrix , <gsl_matrix_long_double>+-- #stoptype  #starttype gsl_matrix_long_view #field matrix , <gsl_matrix_long>@@ -368,21 +368,21 @@ #field vector , <gsl_vector_complex_float> #stoptype -#starttype gsl_vector_complex_long_double-#field size , CSize-#field stride , CSize-#field data , Ptr CLDouble-#field block , Ptr <gsl_block_complex_long_double>-#field owner , CInt-#stoptype+-- #starttype gsl_vector_complex_long_double+-- #field size , CSize+-- #field stride , CSize+-- #field data , Ptr CLDouble+-- #field block , Ptr <gsl_block_complex_long_double>+-- #field owner , CInt+-- #stoptype -#starttype gsl_vector_complex_long_double_const_view-#field vector , <gsl_vector_complex_long_double>-#stoptype+-- #starttype gsl_vector_complex_long_double_const_view+-- #field vector , <gsl_vector_complex_long_double>+-- #stoptype -#starttype gsl_vector_complex_long_double_view-#field vector , <gsl_vector_complex_long_double>-#stoptype+-- #starttype gsl_vector_complex_long_double_view+-- #field vector , <gsl_vector_complex_long_double>+-- #stoptype  #starttype gsl_vector_complex_view #field vector , <gsl_vector_complex>@@ -436,21 +436,21 @@ #field vector , <gsl_vector_long> #stoptype -#starttype gsl_vector_long_double-#field size , CSize-#field stride , CSize-#field data , Ptr CLDouble-#field block , Ptr <gsl_block_long_double>-#field owner , CInt-#stoptype+-- #starttype gsl_vector_long_double+-- #field size , CSize+-- #field stride , CSize+-- #field data , Ptr CLDouble+-- #field block , Ptr <gsl_block_long_double>+-- #field owner , CInt+-- #stoptype -#starttype gsl_vector_long_double_const_view-#field vector , <gsl_vector_long_double>-#stoptype+-- #starttype gsl_vector_long_double_const_view+-- #field vector , <gsl_vector_long_double>+-- #stoptype -#starttype gsl_vector_long_double_view-#field vector , <gsl_vector_long_double>-#stoptype+-- #starttype gsl_vector_long_double_view+-- #field vector , <gsl_vector_long_double>+-- #stoptype  #starttype gsl_vector_long_view #field vector , <gsl_vector_long>
src/Bindings/Gsl/VectorsAndMatrices/Matrices.hsc view
@@ -161,13 +161,13 @@ #ccall gsl_matrix_complex_isnonneg , Ptr <gsl_matrix_complex> -> IO CInt #ccall gsl_matrix_complex_isnull , Ptr <gsl_matrix_complex> -> IO CInt #ccall gsl_matrix_complex_ispos , Ptr <gsl_matrix_complex> -> IO CInt-#ccall gsl_matrix_complex_long_double_add , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_add , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_add_constant , Ptr <gsl_matrix_complex_long_double> -> <gsl_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_add_diagonal , Ptr <gsl_matrix_complex_long_double> -> <gsl_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_alloc , CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)-#ccall gsl_matrix_complex_long_double_alloc_from_block , Ptr <gsl_block_complex_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)-#ccall gsl_matrix_complex_long_double_alloc_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)-#ccall gsl_matrix_complex_long_double_calloc , CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)+-- #ccall gsl_matrix_complex_long_double_alloc , CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)+-- #ccall gsl_matrix_complex_long_double_alloc_from_block , Ptr <gsl_block_complex_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)+-- #ccall gsl_matrix_complex_long_double_alloc_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>)+-- #ccall gsl_matrix_complex_long_double_calloc , CSize -> CSize -> IO (Ptr <gsl_matrix_complex_long_double>) -- ccall gsl_matrix_complex_long_double_column , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_const_column , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO <gsl_vector_complex_long_double_const_view> -- ccall gsl_matrix_complex_long_double_const_diagonal , Ptr <gsl_matrix_complex_long_double> -> IO <gsl_vector_complex_long_double_const_view>@@ -182,35 +182,35 @@ -- ccall gsl_matrix_complex_long_double_const_view_vector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_const_view> -- ccall gsl_matrix_complex_long_double_const_view_vector_with_tda , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_const_view> -- ccall gsl_matrix_complex_long_double_diagonal , Ptr <gsl_matrix_complex_long_double> -> IO <gsl_vector_complex_long_double_view>-#ccall gsl_matrix_complex_long_double_div_elements , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> CString -> IO CInt-#ccall gsl_matrix_complex_long_double_fread , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_free , Ptr <gsl_matrix_complex_long_double> -> IO ()-#ccall gsl_matrix_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_isneg , Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_isnonneg , Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_isnull , Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_ispos , Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_memcpy , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_mul_elements , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_div_elements , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> CString -> IO CInt+-- #ccall gsl_matrix_complex_long_double_fread , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_free , Ptr <gsl_matrix_complex_long_double> -> IO ()+-- #ccall gsl_matrix_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_isneg , Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_isnonneg , Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_isnull , Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_ispos , Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_memcpy , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_mul_elements , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_row , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_scale , Ptr <gsl_matrix_complex_long_double> -> <gsl_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_set_all , Ptr <gsl_matrix_complex_long_double> -> <gsl_complex_long_double> -> IO ()-#ccall gsl_matrix_complex_long_double_set_identity , Ptr <gsl_matrix_complex_long_double> -> IO ()-#ccall gsl_matrix_complex_long_double_set_zero , Ptr <gsl_matrix_complex_long_double> -> IO ()-#ccall gsl_matrix_complex_long_double_sub , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_set_identity , Ptr <gsl_matrix_complex_long_double> -> IO ()+-- #ccall gsl_matrix_complex_long_double_set_zero , Ptr <gsl_matrix_complex_long_double> -> IO ()+-- #ccall gsl_matrix_complex_long_double_sub , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_subcolumn , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_subdiagonal , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_submatrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_subrow , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_superdiagonal , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO <gsl_vector_complex_long_double_view>-#ccall gsl_matrix_complex_long_double_swap , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_swap_columns , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_complex_long_double_swap_rowcol , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_complex_long_double_swap_rows , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_complex_long_double_transpose , Ptr <gsl_matrix_complex_long_double> -> IO CInt-#ccall gsl_matrix_complex_long_double_transpose_memcpy , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_swap , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_swap_columns , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_complex_long_double_swap_rowcol , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_complex_long_double_swap_rows , Ptr <gsl_matrix_complex_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_complex_long_double_transpose , Ptr <gsl_matrix_complex_long_double> -> IO CInt+-- #ccall gsl_matrix_complex_long_double_transpose_memcpy , Ptr <gsl_matrix_complex_long_double> -> Ptr <gsl_matrix_complex_long_double> -> IO CInt -- ccall gsl_matrix_complex_long_double_view_array , Ptr CLDouble -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_view_array_with_tda , Ptr CLDouble -> CSize -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_view> -- ccall gsl_matrix_complex_long_double_view_vector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO <gsl_matrix_complex_long_double_view>@@ -403,13 +403,13 @@ -- ccall gsl_matrix_long_const_view_vector_with_tda , Ptr <gsl_vector_long> -> CSize -> CSize -> CSize -> IO <gsl_matrix_long_const_view> -- ccall gsl_matrix_long_diagonal , Ptr <gsl_matrix_long> -> IO <gsl_vector_long_view> #ccall gsl_matrix_long_div_elements , Ptr <gsl_matrix_long> -> Ptr <gsl_matrix_long> -> IO CInt-#ccall gsl_matrix_long_double_add , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_add_constant , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt-#ccall gsl_matrix_long_double_add_diagonal , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt-#ccall gsl_matrix_long_double_alloc , CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)-#ccall gsl_matrix_long_double_alloc_from_block , Ptr <gsl_block_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)-#ccall gsl_matrix_long_double_alloc_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)-#ccall gsl_matrix_long_double_calloc , CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)+-- #ccall gsl_matrix_long_double_add , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_add_constant , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt+-- #ccall gsl_matrix_long_double_add_diagonal , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt+-- #ccall gsl_matrix_long_double_alloc , CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)+-- #ccall gsl_matrix_long_double_alloc_from_block , Ptr <gsl_block_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)+-- #ccall gsl_matrix_long_double_alloc_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>)+-- #ccall gsl_matrix_long_double_calloc , CSize -> CSize -> IO (Ptr <gsl_matrix_long_double>) -- ccall gsl_matrix_long_double_column , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_matrix_long_double_const_column , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_const_view> -- ccall gsl_matrix_long_double_const_diagonal , Ptr <gsl_matrix_long_double> -> IO <gsl_vector_long_double_const_view>@@ -424,41 +424,41 @@ -- ccall gsl_matrix_long_double_const_view_vector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO <gsl_matrix_long_double_const_view> -- ccall gsl_matrix_long_double_const_view_vector_with_tda , Ptr <gsl_vector_long_double> -> CSize -> CSize -> CSize -> IO <gsl_matrix_long_double_const_view> -- ccall gsl_matrix_long_double_diagonal , Ptr <gsl_matrix_long_double> -> IO <gsl_vector_long_double_view>-#ccall gsl_matrix_long_double_div_elements , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_fprintf , Ptr CFile -> Ptr <gsl_matrix_long_double> -> CString -> IO CInt-#ccall gsl_matrix_long_double_fread , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_free , Ptr <gsl_matrix_long_double> -> IO ()-#ccall gsl_matrix_long_double_fscanf , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_fwrite , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_isneg , Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_isnonneg , Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_isnull , Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_ispos , Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_max , Ptr <gsl_matrix_long_double> -> IO CLDouble-#ccall gsl_matrix_long_double_max_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> IO ()-#ccall gsl_matrix_long_double_memcpy , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_min , Ptr <gsl_matrix_long_double> -> IO CLDouble-#ccall gsl_matrix_long_double_min_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> IO ()-#ccall gsl_matrix_long_double_minmax , Ptr <gsl_matrix_long_double> -> Ptr CLDouble -> Ptr CLDouble -> IO ()-#ccall gsl_matrix_long_double_minmax_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> Ptr CSize -> Ptr CSize -> IO ()-#ccall gsl_matrix_long_double_mul_elements , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt--- ccall gsl_matrix_long_double_row , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_view>-#ccall gsl_matrix_long_double_scale , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt-#ccall gsl_matrix_long_double_set_all , Ptr <gsl_matrix_long_double> -> CLDouble -> IO ()-#ccall gsl_matrix_long_double_set_identity , Ptr <gsl_matrix_long_double> -> IO ()-#ccall gsl_matrix_long_double_set_zero , Ptr <gsl_matrix_long_double> -> IO ()-#ccall gsl_matrix_long_double_sub , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_div_elements , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_fprintf , Ptr CFile -> Ptr <gsl_matrix_long_double> -> CString -> IO CInt+-- #ccall gsl_matrix_long_double_fread , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_free , Ptr <gsl_matrix_long_double> -> IO ()+-- #ccall gsl_matrix_long_double_fscanf , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_fwrite , Ptr CFile -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_isneg , Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_isnonneg , Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_isnull , Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_ispos , Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_max , Ptr <gsl_matrix_long_double> -> IO CLDouble+-- #ccall gsl_matrix_long_double_max_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> IO ()+-- #ccall gsl_matrix_long_double_memcpy , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_min , Ptr <gsl_matrix_long_double> -> IO CLDouble+-- #ccall gsl_matrix_long_double_min_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> IO ()+-- #ccall gsl_matrix_long_double_minmax , Ptr <gsl_matrix_long_double> -> Ptr CLDouble -> Ptr CLDouble -> IO ()+-- #ccall gsl_matrix_long_double_minmax_index , Ptr <gsl_matrix_long_double> -> Ptr CSize -> Ptr CSize -> Ptr CSize -> Ptr CSize -> IO ()+-- #ccall gsl_matrix_long_double_mul_elements , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- -- ccall gsl_matrix_long_double_row , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_view>+-- #ccall gsl_matrix_long_double_scale , Ptr <gsl_matrix_long_double> -> CDouble -> IO CInt+-- #ccall gsl_matrix_long_double_set_all , Ptr <gsl_matrix_long_double> -> CLDouble -> IO ()+-- #ccall gsl_matrix_long_double_set_identity , Ptr <gsl_matrix_long_double> -> IO ()+-- #ccall gsl_matrix_long_double_set_zero , Ptr <gsl_matrix_long_double> -> IO ()+-- #ccall gsl_matrix_long_double_sub , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt -- ccall gsl_matrix_long_double_subcolumn , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_matrix_long_double_subdiagonal , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_matrix_long_double_submatrix , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> CSize -> CSize -> IO <gsl_matrix_long_double_view> -- ccall gsl_matrix_long_double_subrow , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_matrix_long_double_superdiagonal , Ptr <gsl_matrix_long_double> -> CSize -> IO <gsl_vector_long_double_view>-#ccall gsl_matrix_long_double_swap , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_swap_columns , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_long_double_swap_rowcol , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_long_double_swap_rows , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt-#ccall gsl_matrix_long_double_transpose , Ptr <gsl_matrix_long_double> -> IO CInt-#ccall gsl_matrix_long_double_transpose_memcpy , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_swap , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_swap_columns , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_long_double_swap_rowcol , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_long_double_swap_rows , Ptr <gsl_matrix_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_matrix_long_double_transpose , Ptr <gsl_matrix_long_double> -> IO CInt+-- #ccall gsl_matrix_long_double_transpose_memcpy , Ptr <gsl_matrix_long_double> -> Ptr <gsl_matrix_long_double> -> IO CInt -- ccall gsl_matrix_long_double_view_array , Ptr CLDouble -> CSize -> CSize -> IO <gsl_matrix_long_double_view> -- ccall gsl_matrix_long_double_view_array_with_tda , Ptr CLDouble -> CSize -> CSize -> CSize -> IO <gsl_matrix_long_double_view> -- ccall gsl_matrix_long_double_view_vector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO <gsl_matrix_long_double_view>
src/Bindings/Gsl/VectorsAndMatrices/Vectors.hsc view
@@ -135,53 +135,53 @@ #ccall gsl_vector_complex_isnonneg , Ptr <gsl_vector_complex> -> IO CInt #ccall gsl_vector_complex_isnull , Ptr <gsl_vector_complex> -> IO CInt #ccall gsl_vector_complex_ispos , Ptr <gsl_vector_complex> -> IO CInt-#ccall gsl_vector_complex_long_double_add , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_add , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt -- ccall gsl_vector_complex_long_double_add_constant , Ptr <gsl_vector_complex_long_double> -> <gsl_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_alloc , CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_alloc , CSize -> IO (Ptr <gsl_vector_complex_long_double>)  #cinline GSL_COMPLEX_AT , Ptr <gsl_vector_complex> -> CSize -> IO (Ptr <gsl_complex>) #cinline GSL_COMPLEX_FLOAT_AT , Ptr <gsl_vector_complex_float> -> CSize -> IO (Ptr <gsl_complex_float>)-#cinline GSL_COMPLEX_LONG_DOUBLE_AT , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>)+-- #cinline GSL_COMPLEX_LONG_DOUBLE_AT , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>) -#ccall gsl_vector_complex_long_double_alloc_col_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)-#ccall gsl_vector_complex_long_double_alloc_from_block , Ptr <gsl_block_complex_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)-#ccall gsl_vector_complex_long_double_alloc_from_vector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)-#ccall gsl_vector_complex_long_double_alloc_row_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)-#ccall gsl_vector_complex_long_double_calloc , CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_alloc_col_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_alloc_from_block , Ptr <gsl_block_complex_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_alloc_from_vector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_alloc_row_from_matrix , Ptr <gsl_matrix_complex_long_double> -> CSize -> IO (Ptr <gsl_vector_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_calloc , CSize -> IO (Ptr <gsl_vector_complex_long_double>) -- ccall gsl_vector_complex_long_double_const_imag , Ptr <gsl_vector_complex_long_double> -> IO <gsl_vector_long_double_const_view>-#ccall gsl_vector_complex_long_double_const_ptr , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_const_ptr , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>) -- ccall gsl_vector_complex_long_double_const_real , Ptr <gsl_vector_complex_long_double> -> IO <gsl_vector_long_double_const_view> -- ccall gsl_vector_complex_long_double_const_subvector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO <gsl_vector_complex_long_double_const_view> -- ccall gsl_vector_complex_long_double_const_subvector_with_stride , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_complex_long_double_const_view> -- ccall gsl_vector_complex_long_double_const_view_array , Ptr CLDouble -> CSize -> IO <gsl_vector_complex_long_double_const_view> -- ccall gsl_vector_complex_long_double_const_view_array_with_stride , Ptr CLDouble -> CSize -> CSize -> IO <gsl_vector_complex_long_double_const_view>-#ccall gsl_vector_complex_long_double_div , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> CString -> IO CInt-#ccall gsl_vector_complex_long_double_fread , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_free , Ptr <gsl_vector_complex_long_double> -> IO ()-#ccall gsl_vector_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_div , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_fprintf , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> CString -> IO CInt+-- #ccall gsl_vector_complex_long_double_fread , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_free , Ptr <gsl_vector_complex_long_double> -> IO ()+-- #ccall gsl_vector_complex_long_double_fscanf , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_fwrite , Ptr CFile -> Ptr <gsl_vector_complex_long_double> -> IO CInt -- ccall gsl_vector_complex_long_double_get , Ptr <gsl_vector_complex_long_double> -> CSize -> IO <gsl_complex_long_double> -- ccall gsl_vector_complex_long_double_imag , Ptr <gsl_vector_complex_long_double> -> IO <gsl_vector_long_double_view>-#ccall gsl_vector_complex_long_double_isneg , Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_isnonneg , Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_isnull , Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_ispos , Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_memcpy , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_mul , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_ptr , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>)+-- #ccall gsl_vector_complex_long_double_isneg , Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_isnonneg , Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_isnull , Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_ispos , Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_memcpy , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_mul , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_ptr , Ptr <gsl_vector_complex_long_double> -> CSize -> IO (Ptr <gsl_complex_long_double>) -- ccall gsl_vector_complex_long_double_real , Ptr <gsl_vector_complex_long_double> -> IO <gsl_vector_long_double_view>-#ccall gsl_vector_complex_long_double_reverse , Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_reverse , Ptr <gsl_vector_complex_long_double> -> IO CInt -- ccall gsl_vector_complex_long_double_scale , Ptr <gsl_vector_complex_long_double> -> <gsl_complex_long_double> -> IO CInt -- ccall gsl_vector_complex_long_double_set , Ptr <gsl_vector_complex_long_double> -> CSize -> <gsl_complex_long_double> -> IO () -- ccall gsl_vector_complex_long_double_set_all , Ptr <gsl_vector_complex_long_double> -> <gsl_complex_long_double> -> IO ()-#ccall gsl_vector_complex_long_double_set_basis , Ptr <gsl_vector_complex_long_double> -> CSize -> IO CInt-#ccall gsl_vector_complex_long_double_set_zero , Ptr <gsl_vector_complex_long_double> -> IO ()-#ccall gsl_vector_complex_long_double_sub , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_set_basis , Ptr <gsl_vector_complex_long_double> -> CSize -> IO CInt+-- #ccall gsl_vector_complex_long_double_set_zero , Ptr <gsl_vector_complex_long_double> -> IO ()+-- #ccall gsl_vector_complex_long_double_sub , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt -- ccall gsl_vector_complex_long_double_subvector , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_vector_complex_long_double_subvector_with_stride , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_complex_long_double_view>-#ccall gsl_vector_complex_long_double_swap , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt-#ccall gsl_vector_complex_long_double_swap_elements , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_vector_complex_long_double_swap , Ptr <gsl_vector_complex_long_double> -> Ptr <gsl_vector_complex_long_double> -> IO CInt+-- #ccall gsl_vector_complex_long_double_swap_elements , Ptr <gsl_vector_complex_long_double> -> CSize -> CSize -> IO CInt -- ccall gsl_vector_complex_long_double_view_array , Ptr CLDouble -> CSize -> IO <gsl_vector_complex_long_double_view> -- ccall gsl_vector_complex_long_double_view_array_with_stride , Ptr CLDouble -> CSize -> CSize -> IO <gsl_vector_complex_long_double_view> #ccall gsl_vector_complex_memcpy , Ptr <gsl_vector_complex> -> Ptr <gsl_vector_complex> -> IO CInt@@ -323,50 +323,50 @@ -- ccall gsl_vector_long_const_view_array , Ptr CLong -> CSize -> IO <gsl_vector_long_const_view> -- ccall gsl_vector_long_const_view_array_with_stride , Ptr CLong -> CSize -> CSize -> IO <gsl_vector_long_const_view> #ccall gsl_vector_long_div , Ptr <gsl_vector_long> -> Ptr <gsl_vector_long> -> IO CInt-#ccall gsl_vector_long_double_add , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_add_constant , Ptr <gsl_vector_long_double> -> CDouble -> IO CInt-#ccall gsl_vector_long_double_alloc , CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_alloc_col_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_alloc_from_block , Ptr <gsl_block_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_alloc_from_vector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_alloc_row_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_calloc , CSize -> IO (Ptr <gsl_vector_long_double>)-#ccall gsl_vector_long_double_const_ptr , Ptr <gsl_vector_long_double> -> CSize -> IO (Ptr CLDouble)+-- #ccall gsl_vector_long_double_add , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_add_constant , Ptr <gsl_vector_long_double> -> CDouble -> IO CInt+-- #ccall gsl_vector_long_double_alloc , CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_alloc_col_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_alloc_from_block , Ptr <gsl_block_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_alloc_from_vector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_alloc_row_from_matrix , Ptr <gsl_matrix_long_double> -> CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_calloc , CSize -> IO (Ptr <gsl_vector_long_double>)+-- #ccall gsl_vector_long_double_const_ptr , Ptr <gsl_vector_long_double> -> CSize -> IO (Ptr CLDouble) -- ccall gsl_vector_long_double_const_subvector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO <gsl_vector_long_double_const_view> -- ccall gsl_vector_long_double_const_subvector_with_stride , Ptr <gsl_vector_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_long_double_const_view> -- ccall gsl_vector_long_double_const_view_array , Ptr CLDouble -> CSize -> IO <gsl_vector_long_double_const_view> -- ccall gsl_vector_long_double_const_view_array_with_stride , Ptr CLDouble -> CSize -> CSize -> IO <gsl_vector_long_double_const_view>-#ccall gsl_vector_long_double_div , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_fprintf , Ptr CFile -> Ptr <gsl_vector_long_double> -> CString -> IO CInt-#ccall gsl_vector_long_double_fread , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_free , Ptr <gsl_vector_long_double> -> IO ()-#ccall gsl_vector_long_double_fscanf , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_fwrite , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_get , Ptr <gsl_vector_long_double> -> CSize -> IO CLDouble-#ccall gsl_vector_long_double_isneg , Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_isnonneg , Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_isnull , Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_ispos , Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_max , Ptr <gsl_vector_long_double> -> IO CLDouble-#ccall gsl_vector_long_double_max_index , Ptr <gsl_vector_long_double> -> IO CSize-#ccall gsl_vector_long_double_memcpy , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_min , Ptr <gsl_vector_long_double> -> IO CLDouble-#ccall gsl_vector_long_double_min_index , Ptr <gsl_vector_long_double> -> IO CSize-#ccall gsl_vector_long_double_minmax , Ptr <gsl_vector_long_double> -> Ptr CLDouble -> Ptr CLDouble -> IO ()-#ccall gsl_vector_long_double_minmax_index , Ptr <gsl_vector_long_double> -> Ptr CSize -> Ptr CSize -> IO ()-#ccall gsl_vector_long_double_mul , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_ptr , Ptr <gsl_vector_long_double> -> CSize -> IO (Ptr CLDouble)-#ccall gsl_vector_long_double_reverse , Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_scale , Ptr <gsl_vector_long_double> -> CDouble -> IO CInt-#ccall gsl_vector_long_double_set , Ptr <gsl_vector_long_double> -> CSize -> CLDouble -> IO ()-#ccall gsl_vector_long_double_set_all , Ptr <gsl_vector_long_double> -> CLDouble -> IO ()-#ccall gsl_vector_long_double_set_basis , Ptr <gsl_vector_long_double> -> CSize -> IO CInt-#ccall gsl_vector_long_double_set_zero , Ptr <gsl_vector_long_double> -> IO ()-#ccall gsl_vector_long_double_sub , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_div , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_fprintf , Ptr CFile -> Ptr <gsl_vector_long_double> -> CString -> IO CInt+-- #ccall gsl_vector_long_double_fread , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_free , Ptr <gsl_vector_long_double> -> IO ()+-- #ccall gsl_vector_long_double_fscanf , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_fwrite , Ptr CFile -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_get , Ptr <gsl_vector_long_double> -> CSize -> IO CLDouble+-- #ccall gsl_vector_long_double_isneg , Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_isnonneg , Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_isnull , Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_ispos , Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_max , Ptr <gsl_vector_long_double> -> IO CLDouble+-- #ccall gsl_vector_long_double_max_index , Ptr <gsl_vector_long_double> -> IO CSize+-- #ccall gsl_vector_long_double_memcpy , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_min , Ptr <gsl_vector_long_double> -> IO CLDouble+-- #ccall gsl_vector_long_double_min_index , Ptr <gsl_vector_long_double> -> IO CSize+-- #ccall gsl_vector_long_double_minmax , Ptr <gsl_vector_long_double> -> Ptr CLDouble -> Ptr CLDouble -> IO ()+-- #ccall gsl_vector_long_double_minmax_index , Ptr <gsl_vector_long_double> -> Ptr CSize -> Ptr CSize -> IO ()+-- #ccall gsl_vector_long_double_mul , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_ptr , Ptr <gsl_vector_long_double> -> CSize -> IO (Ptr CLDouble)+-- #ccall gsl_vector_long_double_reverse , Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_scale , Ptr <gsl_vector_long_double> -> CDouble -> IO CInt+-- #ccall gsl_vector_long_double_set , Ptr <gsl_vector_long_double> -> CSize -> CLDouble -> IO ()+-- #ccall gsl_vector_long_double_set_all , Ptr <gsl_vector_long_double> -> CLDouble -> IO ()+-- #ccall gsl_vector_long_double_set_basis , Ptr <gsl_vector_long_double> -> CSize -> IO CInt+-- #ccall gsl_vector_long_double_set_zero , Ptr <gsl_vector_long_double> -> IO ()+-- #ccall gsl_vector_long_double_sub , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt -- ccall gsl_vector_long_double_subvector , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_vector_long_double_subvector_with_stride , Ptr <gsl_vector_long_double> -> CSize -> CSize -> CSize -> IO <gsl_vector_long_double_view>-#ccall gsl_vector_long_double_swap , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt-#ccall gsl_vector_long_double_swap_elements , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO CInt+-- #ccall gsl_vector_long_double_swap , Ptr <gsl_vector_long_double> -> Ptr <gsl_vector_long_double> -> IO CInt+-- #ccall gsl_vector_long_double_swap_elements , Ptr <gsl_vector_long_double> -> CSize -> CSize -> IO CInt -- ccall gsl_vector_long_double_view_array , Ptr CLDouble -> CSize -> IO <gsl_vector_long_double_view> -- ccall gsl_vector_long_double_view_array_with_stride , Ptr CLDouble -> CSize -> CSize -> IO <gsl_vector_long_double_view> #ccall gsl_vector_long_fprintf , Ptr CFile -> Ptr <gsl_vector_long> -> CString -> IO CInt