hmatrix-0.5.1.1: Linear algebra and numerical computations

Portabilityuses -fffi and -fglasgow-exts
Stabilityprovisional
MaintainerAlberto Ruiz (aruiz at um dot es)

Numeric.GSL

Description

This module reexports all the available GSL functions (except those in Numeric.LinearAlgebra).

Synopsis

Documentation

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.