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

Support for Special functions.

http://www.gnu.org/software/gsl/manual/html_node/Special-Functions.html#Special-Functions

Synopsis
createSFR :: Storable a => String -> (Ptr a -> IO Int) -> (a, a)
createSFR_E10 :: (Storable t2, Storable t3, Storable t1) => String -> (Ptr a -> IO Int) -> (t1, t2, t3)
data Precision
= PrecDouble
| PrecSingle
| PrecApprox
type Gsl_mode_t = Int
type Size_t = Int
precCode :: Precision -> Int
Documentation
createSFR :: Storable a => String -> (Ptr a -> IO Int) -> (a, a)Source
access to a sf_result
createSFR_E10 :: (Storable t2, Storable t3, Storable t1) => String -> (Ptr a -> IO Int) -> (t1, t2, t3)Source
acces to sf_result_e10
data Precision Source
Constructors
PrecDouble
PrecSingle
PrecApprox
type Gsl_mode_t = IntSource
type Size_t = IntSource
precCode :: Precision -> IntSource
Produced by Haddock version 2.4.2