Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / doc / gsl.3
1 .TH GSL 3 "GNU Scientific Library" "GSL Team" \" -*- nroff -*-
2 .SH NAME
3 gsl - GNU Scientific Library
4 .SH SYNOPSIS
5 #include <gsl/...>
6 .SH DESCRIPTION
7 The GNU Scientific Library (GSL) is a collection of routines for
8 numerical computing.  The routines are written from scratch by the GSL
9 team in C, and present a modern Applications Programming Interface
10 (API) for C programmers, allowing wrappers to be written for very high
11 level languages.
12 .PP
13 The library covers the following areas,
14 .TP
15 .nf
16 .BR
17 Complex Numbers
18 Roots of Polynomials
19 Special Functions
20 Vectors and Matrices
21 Permutations
22 Combinations
23 Sorting
24 BLAS Support
25 Linear Algebra
26 Eigensystems
27 Fast Fourier Transforms
28 Quadrature
29 Random Numbers
30 Quasi-Random Sequences
31 Random Distributions
32 Statistics
33 Histograms
34 N-Tuples
35 Monte Carlo Integration
36 Simulated Annealing
37 Differential Equations
38 Interpolation
39 Numerical Differentiation
40 Chebyshev Approximations
41 Series Acceleration
42 Discrete Hankel Transforms
43 Root-Finding
44 Minimization
45 Least-Squares Fitting
46 Physical Constants
47 IEEE Floating-Point
48 .fi
49 .PP
50 For more information please consult the GSL Reference Manual, which is
51 available as an info file.  You can read it online using the shell
52 command 
53 .B info gsl-ref 
54 (if the library is installed).
55 .PP
56 Please report any bugs to 
57 .B bug-gsl@gnu.org.
58