Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man3/gsl.3 @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
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 |