hmatrix-0.10.0.1: Linear algebra and numerical computation

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

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.