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