hmatrix-0.9.3.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 available GSL functions.

The GSL special functions are in the separate package hmatrix-special.

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.ODE
module Numeric.GSL.Fitting
module Data.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.ODE
module Numeric.GSL.Fitting
module Data.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.1