bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.DiscreteHankelTransforms
Description
http://www.gnu.org/software/gsl/manual/html_node/Discrete-Hankel-Transforms.html
Documentation
data C'gsl_dht Source
Constructors
C'gsl_dht
c'gsl_dht'size :: CSize
c'gsl_dht'nu :: CDouble
c'gsl_dht'xmax :: CDouble
c'gsl_dht'kmax :: CDouble
c'gsl_dht'j :: Ptr CDouble
c'gsl_dht'Jjj :: Ptr CDouble
c'gsl_dht'J2 :: Ptr CDouble
show/hide Instances
c'gsl_dht_alloc :: CSize -> IO (Ptr C'gsl_dht)Source
c'gsl_dht_new :: CSize -> CDouble -> CDouble -> IO (Ptr C'gsl_dht)Source
p'gsl_dht_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_dht))Source
c'gsl_dht_init :: Ptr C'gsl_dht -> CDouble -> CDouble -> IO CIntSource
c'gsl_dht_x_sample :: Ptr C'gsl_dht -> CInt -> IO CDoubleSource
p'gsl_dht_new :: FunPtr (CSize -> CDouble -> CDouble -> IO (Ptr C'gsl_dht))Source
c'gsl_dht_k_sample :: Ptr C'gsl_dht -> CInt -> IO CDoubleSource
p'gsl_dht_init :: FunPtr (Ptr C'gsl_dht -> CDouble -> CDouble -> IO CInt)Source
c'gsl_dht_free :: Ptr C'gsl_dht -> IO ()Source
p'gsl_dht_x_sample :: FunPtr (Ptr C'gsl_dht -> CInt -> IO CDouble)Source
p'gsl_dht_k_sample :: FunPtr (Ptr C'gsl_dht -> CInt -> IO CDouble)Source
c'gsl_dht_apply :: Ptr C'gsl_dht -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_dht_free :: FunPtr (Ptr C'gsl_dht -> IO ())Source
p'gsl_dht_apply :: FunPtr (Ptr C'gsl_dht -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
Produced by Haddock version 2.4.2