GSL
Z MetaCentrum
Description
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.
Availability
Version 1.16. Freely available for every user.
Available modules:
gsl-1.16-gcc gsl-1.16-intel gsl-2.1-gcc
The difference between -gcc and -intel version is in used build environment. Intel version should be faster, GCC version is more verified so possibly more stable.
Licence
GNU/GPL v3, see http://gplv3.fsf.org/ for details.
Use
Example of module initialization:
module add gsl-1.16-gcc
After initialization are available program binaries and libraries.
Documentation
http://www.gnu.org/software/gsl/manual/html_node/