| |||||||||||||
| |||||||||||||
| Description | |||||||||||||
| This module reexports all the available GSL functions (except those in Numeric.LinearAlgebra). | |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Documentation | |||||||||||||
| module Numeric.GSL.Integration | |||||||||||||
| module Numeric.GSL.Differentiation | |||||||||||||
| module Numeric.GSL.Fourier | |||||||||||||
| module Numeric.GSL.Polynomials | |||||||||||||
| module Numeric.GSL.Minimization | |||||||||||||
| module Numeric.GSL.Special | |||||||||||||
| setErrorHandlerOff :: IO () | |||||||||||||
| 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.1.0 |