hmatrix-gsl-0.17.0.0: Numerical computation

Copyright(c) Alberto Ruiz 2006-14
LicenseGPL
MaintainerAlberto Ruiz
Stabilityprovisional
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.