hmatrix-0.2.0.0: Linear algebra and numerical computationsSource codeContentsIndex
Numeric.GSL.Special.Hyperg
Portabilityuses ffi
Stabilityprovisional
MaintainerAlberto Ruiz (aruiz at um dot es)
Description

Wrappers for selected functions described at:

http://www.google.com/search?q=gsl_sf_hyperg.h&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

Synopsis
hyperg_0F1_e :: Double -> Double -> (Double, Double)
hyperg_0F1 :: Double -> Double -> Double
hyperg_1F1_int_e :: CInt -> CInt -> Double -> (Double, Double)
hyperg_1F1_int :: CInt -> CInt -> Double -> Double
hyperg_1F1_e :: Double -> Double -> Double -> (Double, Double)
hyperg_1F1 :: Double -> Double -> Double -> Double
hyperg_U_int_e :: CInt -> CInt -> Double -> (Double, Double)
hyperg_U_int :: CInt -> CInt -> Double -> Double
hyperg_U_int_e10_e :: CInt -> CInt -> Double -> (Double, Int, Double)
hyperg_U_e :: Double -> Double -> Double -> (Double, Double)
hyperg_U :: Double -> Double -> Double -> Double
hyperg_U_e10_e :: Double -> Double -> Double -> (Double, Int, Double)
hyperg_2F1_e :: Double -> Double -> Double -> Double -> (Double, Double)
hyperg_2F1 :: Double -> Double -> Double -> Double -> Double
hyperg_2F1_conj_e :: Double -> Double -> Double -> Double -> (Double, Double)
hyperg_2F1_conj :: Double -> Double -> Double -> Double -> Double
hyperg_2F1_renorm_e :: Double -> Double -> Double -> Double -> (Double, Double)
hyperg_2F1_renorm :: Double -> Double -> Double -> Double -> Double
hyperg_2F1_conj_renorm_e :: Double -> Double -> Double -> Double -> (Double, Double)
hyperg_2F1_conj_renorm :: Double -> Double -> Double -> Double -> Double
hyperg_2F0_e :: Double -> Double -> Double -> (Double, Double)
hyperg_2F0 :: Double -> Double -> Double -> Double
Documentation
hyperg_0F1_e :: Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_0F1_e(double c,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_0F1_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_0F1 :: Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_0F1(double c,double x);

http://www.google.com/search?q=gsl_sf_hyperg_0F1&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_1F1_int_e :: CInt -> CInt -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_1F1_int_e(int m,int n,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_1F1_int_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_1F1_int :: CInt -> CInt -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_1F1_int(int m,int n,double x);

http://www.google.com/search?q=gsl_sf_hyperg_1F1_int&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_1F1_e :: Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_1F1_e(double a,double b,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_1F1_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_1F1 :: Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_1F1(double a,double b,double x);

http://www.google.com/search?q=gsl_sf_hyperg_1F1&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U_int_e :: CInt -> CInt -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_U_int_e(int m,int n,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_U_int_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U_int :: CInt -> CInt -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_U_int(int m,int n,double x);

http://www.google.com/search?q=gsl_sf_hyperg_U_int&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U_int_e10_e :: CInt -> CInt -> Double -> (Double, Int, Double)Source

wrapper for int gsl_sf_hyperg_U_int_e10_e(int m,int n,double x,gsl_sf_result_e10* result);

http://www.google.com/search?q=gsl_sf_hyperg_U_int_e10_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U_e :: Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_U_e(double a,double b,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_U_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U :: Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_U(double a,double b,double x);

http://www.google.com/search?q=gsl_sf_hyperg_U&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_U_e10_e :: Double -> Double -> Double -> (Double, Int, Double)Source

wrapper for int gsl_sf_hyperg_U_e10_e(double a,double b,double x,gsl_sf_result_e10* result);

http://www.google.com/search?q=gsl_sf_hyperg_U_e10_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_e :: Double -> Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_2F1_e(double a,double b,double c,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1 :: Double -> Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_2F1(double a,double b,double c,double x);

http://www.google.com/search?q=gsl_sf_hyperg_2F1&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_conj_e :: Double -> Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_2F1_conj_e(double aR,double aI,double c,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_conj_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_conj :: Double -> Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_2F1_conj(double aR,double aI,double c,double x);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_conj&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_renorm_e :: Double -> Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_2F1_renorm_e(double a,double b,double c,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_renorm_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_renorm :: Double -> Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_2F1_renorm(double a,double b,double c,double x);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_renorm&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_conj_renorm_e :: Double -> Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_2F1_conj_renorm_e(double aR,double aI,double c,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_conj_renorm_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F1_conj_renorm :: Double -> Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_2F1_conj_renorm(double aR,double aI,double c,double x);

http://www.google.com/search?q=gsl_sf_hyperg_2F1_conj_renorm&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F0_e :: Double -> Double -> Double -> (Double, Double)Source

wrapper for int gsl_sf_hyperg_2F0_e(double a,double b,double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_hyperg_2F0_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

hyperg_2F0 :: Double -> Double -> Double -> DoubleSource

wrapper for double gsl_sf_hyperg_2F0(double a,double b,double x);

http://www.google.com/search?q=gsl_sf_hyperg_2F0&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

Produced by Haddock version 2.4.2