Table of Contents

Name

gsl - GNU Scientific Library

Synopsis

#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,































Complex NumbersRoots of PolynomialsSpecial FunctionsVectors and MatricesPermutationsCombinationsSortingBLAS SupportLinear AlgebraEigensystemsFast Fourier TransformsQuadratureRandom NumbersQuasi-Random SequencesRandom DistributionsStatisticsHistogramsN-TuplesMonte Carlo IntegrationSimulated AnnealingDifferential EquationsInterpolationNumerical DifferentiationChebyshev ApproximationsSeries AccelerationDiscrete Hankel TransformsRoot-FindingMinimizationLeast-Squares FittingPhysical ConstantsIEEE Floating-PointFor 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 gsl-ref (if the library is installed).

Please report any bugs to bug-gsl@gnu.org.


Table of Contents