From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: gsl-announce@sources.redhat.com Subject: GNU Scientific Library (GSL) 1.0 is released Date: Fri, 02 Nov 2001 17:56:00 -0000 Message-id: X-SW-Source: 2001/msg00011.html The first major release of the GNU Scientific Library (1.0) is now available for general use. The GNU Scientific Library (GSL) is a collection of routines for numerical computing in C. The routines are written from scratch by the GSL team in ANSI C and present a modern API for C programmers, allowing wrappers to be written for very high level languages. GSL is free software distributed under the GNU General Public License. The source code can be downloaded from the following locations, USA: ftp://mirrors.rcn.net/pub/sourceware/gsl/ UK: ftp://ftp.mirror.ac.uk/sites/sourceware.cygnus.com/pub/gsl/ The project home page is at http://sources.redhat.com/gsl/ Thanks to everyone who contributed code and bug reports, and to Red Hat for generously providing hosting services for the project. The library covers the following areas, * Complex Numbers * Roots of Polynomials * Special Functions * Vectors and Matrices * Permutations * Sorting * BLAS Support * Linear Algebra * Eigensystems * Fast Fourier Transforms * Quadrature * Random Numbers * Quasi-Random Sequences * Random Distributions * Statistics * Histograms * N-Tuples * Monte Carlo Integration * Simulated Annealing * Differential Equations * Interpolation * Numerical Differentiation * Chebyshev Approximations * Series Acceleration * Discrete Hankel Transforms * Root-Finding * Minimization * Least-Squares Fitting * Physical Constants * IEEE Floating-Point Further information can be found in the GSL Reference Manual and on the project homepage.