Applications/Gsl

From HPC
Revision as of 10:12, 24 April 2017 by Pysdlb (talk | contribs) (Created page with "__TOC__ ==Application Details== *Description: Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fit...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation , search

Application Details

  • Description: Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting
  • Version: 2.1 (compiled with gcc)
  • Module: gsl/gcc/2.1
  • Licence: GNU

Usage Examples

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.

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.


Module

[username@login01 ~]$ module add gsl/gcc/2.1


Further Information

Icon home.png