| Copyright | (c) Alberto Ruiz 2006-14 | 
|---|---|
| License | GPL | 
| Maintainer | Alberto Ruiz | 
| Stability | provisional | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Numeric.GSL
Description
This module reexports all available GSL functions.
The GSL special functions are in the separate package hmatrix-special.
- 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 Numeric.GSL.Interpolation
 - 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 Numeric.GSL.Interpolation
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.