hmatrix-0.15.2.1: Linear algebra and numerical computation

Copyright(c) Alberto Ruiz 2006-7
LicenseGPL-style
MaintainerAlberto Ruiz (aruiz at um dot es)
Stabilityprovisional
Portabilityuses -fffi and -fglasgow-exts
Safe HaskellNone
LanguageHaskell98

Numeric.GSL

Description

This module reexports all available GSL functions.

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

Synopsis

Documentation

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.