Blame doc/gsl.3

Packit 67cb25
.TH GSL 3 "GNU Scientific Library" "GSL Team" \" -*- nroff -*-
Packit 67cb25
.SH NAME
Packit 67cb25
gsl - GNU Scientific Library
Packit 67cb25
.SH SYNOPSIS
Packit 67cb25
#include <gsl/...>
Packit 67cb25
.SH DESCRIPTION
Packit 67cb25
The GNU Scientific Library (GSL) is a collection of routines for
Packit 67cb25
numerical computing.  The routines are written from scratch by the GSL
Packit 67cb25
team in C, and present a modern Applications Programming Interface
Packit 67cb25
(API) for C programmers, allowing wrappers to be written for very high
Packit 67cb25
level languages.
Packit 67cb25
.PP
Packit 67cb25
The library covers the following areas,
Packit 67cb25
.TP
Packit 67cb25
.nf
Packit 67cb25
.BR
Packit 67cb25
Complex Numbers
Packit 67cb25
Roots of Polynomials
Packit 67cb25
Special Functions
Packit 67cb25
Vectors and Matrices
Packit 67cb25
Permutations
Packit 67cb25
Combinations
Packit 67cb25
Sorting
Packit 67cb25
BLAS Support
Packit 67cb25
Linear Algebra
Packit 67cb25
Eigensystems
Packit 67cb25
Fast Fourier Transforms
Packit 67cb25
Quadrature
Packit 67cb25
Random Numbers
Packit 67cb25
Quasi-Random Sequences
Packit 67cb25
Random Distributions
Packit 67cb25
Statistics
Packit 67cb25
Histograms
Packit 67cb25
N-Tuples
Packit 67cb25
Monte Carlo Integration
Packit 67cb25
Simulated Annealing
Packit 67cb25
Differential Equations
Packit 67cb25
Interpolation
Packit 67cb25
Numerical Differentiation
Packit 67cb25
Chebyshev Approximations
Packit 67cb25
Series Acceleration
Packit 67cb25
Discrete Hankel Transforms
Packit 67cb25
Root-Finding
Packit 67cb25
Minimization
Packit 67cb25
Least-Squares Fitting
Packit 67cb25
Physical Constants
Packit 67cb25
IEEE Floating-Point
Packit 67cb25
.fi
Packit 67cb25
.PP
Packit 67cb25
For more information please consult the GSL Reference Manual, which is
Packit 67cb25
available as an info file.  You can read it online using the shell
Packit 67cb25
command 
Packit 67cb25
.B info gsl-ref 
Packit 67cb25
(if the library is installed).
Packit 67cb25
.PP
Packit 67cb25
Please report any bugs to 
Packit 67cb25
.B bug-gsl@gnu.org.
Packit 67cb25