hmatrix-0.8.2.0: Linear algebra and numerical computationSource codeContentsIndex
Numeric.GSL
Portabilityuses -fffi and -fglasgow-exts
Stabilityprovisional
MaintainerAlberto Ruiz (aruiz at um dot es)
Description
This module reexports all the available GSL functions (except those in Numeric.LinearAlgebra).
Synopsis
module Numeric.GSL.Integration
module Numeric.GSL.Differentiation
module Numeric.GSL.Fourier
module Numeric.GSL.Polynomials
module Numeric.GSL.Minimization
module Numeric.GSL.Root
module Numeric.GSL.Special
module Complex
setErrorHandlerOff :: IO ()
Documentation
module Numeric.GSL.Integration
module Numeric.GSL.Differentiation
module Numeric.GSL.Fourier
module Numeric.GSL.Polynomials
module Numeric.GSL.Minimization
module Numeric.GSL.Root
module Numeric.GSL.Special
module Complex
setErrorHandlerOff :: IO ()Source
This action removes the GSL default error handler (which aborts the program), so that GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort.
Produced by Haddock version 2.6.0