www.LinuxHowtos.org
GSL
Section: C Library Functions (3)Updated: GNU Scientific Library
Index Return to Main Contents
NAME
gsl- GNU Scientific LibrarySYNOPSIS
#include <gsl/...>DESCRIPTION
The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in C, and present a modern Applications Programming Interface (API) for C programmers, allowing wrappers to be written for very high level languages.The library covers the following areas,
- ComplexNumbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Combinations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier Transforms Quadrature Random Numbers Quas-Random Sequences Random Distributions Statistics Histograms -Tuples Monte Carlo Integration Simulated Annealing Differential Equations Interpolation Numerical Differentiation Chebyshev Approximations Series Acceleration Discrete Hankel Transforms Roo-Finding Minimization Leas-Squares Fitting Physical Constants IEEE Floatin-Point
For more information please consult the GSL Reference Manual, which is available as an info file. You can read it online using the shell command info gs-ref (if the library is installed).
Please report any bugs to bu-gsl@gnu.org.