1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
<html lang="en">
<head>
<title>GNU Scientific Library -- Reference Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Scientific Library -- Reference Manual">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="../index.html#dir" title="(dir)">
<link rel="prev" href="../index.html#dir" title="(dir)">
<link rel="next" href="Introduction.html" title="Introduction">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 The GSL Team.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``GNU General Public License'' and ``Free Software
Needs Free Documentation'', the Front-Cover text being ``A GNU Manual'',
and with the Back-Cover Text being (a) (see below). A copy of the
license is included in the section entitled ``GNU Free Documentation
License''.
(a) The Back-Cover Text is: ``You have freedom to copy and modify this
GNU Manual, like GNU software.''-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<h1 class="settitle">GNU Scientific Library -- Reference Manual</h1>
<div class="node">
<p>
<a name="Top"></a>
Next: <a rel="next" accesskey="n" href="Introduction.html">Introduction</a>,
Previous: <a rel="previous" accesskey="p" href="../index.html#dir">(dir)</a>,
Up: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
<hr>
</div>
<h2 class="unnumbered">GSL</h2>
<p>This file documents the <i>GNU Scientific Library</i> (GSL), a collection of numerical
routines for scientific computing. It corresponds to release
1.10 of the library. Please report any errors in this
manual to <a href="mailto:bug-gsl@gnu.org">bug-gsl@gnu.org</a>.
<p>More information about GSL can be found at the project homepage,
<a href="http://www.gnu.org/software/gsl/">http://www.gnu.org/software/gsl/</a>.
<p>Printed copies of this manual can be purchased from Network Theory Ltd
at <a href="http://www.network-theory.co.uk/gsl/manual/">http://www.network-theory.co.uk/gsl/manual/</a>. The money
raised from sales of the manual helps support the development of GSL.
<p>A Japanese translation of this manual is available from the GSL
project homepage thanks to Daisuke Tominaga.
<p>Copyright © 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 The GSL Team.
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with the
Invariant Sections being “GNU General Public License” and “Free Software
Needs Free Documentation”, the Front-Cover text being “A GNU Manual”,
and with the Back-Cover Text being (a) (see below). A copy of the
license is included in the section entitled “GNU Free Documentation
License”.
<p>(a) The Back-Cover Text is: “You have freedom to copy and modify this
GNU Manual, like GNU software.”
<ul class="menu">
<li><a accesskey="1" href="Introduction.html">Introduction</a>
<li><a accesskey="2" href="Using-the-library.html">Using the library</a>
<li><a accesskey="3" href="Error-Handling.html">Error Handling</a>
<li><a accesskey="4" href="Mathematical-Functions.html">Mathematical Functions</a>
<li><a accesskey="5" href="Complex-Numbers.html">Complex Numbers</a>
<li><a accesskey="6" href="Polynomials.html">Polynomials</a>
<li><a accesskey="7" href="Special-Functions.html">Special Functions</a>
<li><a accesskey="8" href="Vectors-and-Matrices.html">Vectors and Matrices</a>
<li><a accesskey="9" href="Permutations.html">Permutations</a>
<li><a href="Combinations.html">Combinations</a>
<li><a href="Sorting.html">Sorting</a>
<li><a href="BLAS-Support.html">BLAS Support</a>
<li><a href="Linear-Algebra.html">Linear Algebra</a>
<li><a href="Eigensystems.html">Eigensystems</a>
<li><a href="Fast-Fourier-Transforms.html">Fast Fourier Transforms</a>
<li><a href="Numerical-Integration.html">Numerical Integration</a>
<li><a href="Random-Number-Generation.html">Random Number Generation</a>
<li><a href="Quasi_002dRandom-Sequences.html">Quasi-Random Sequences</a>
<li><a href="Random-Number-Distributions.html">Random Number Distributions</a>
<li><a href="Statistics.html">Statistics</a>
<li><a href="Histograms.html">Histograms</a>
<li><a href="N_002dtuples.html">N-tuples</a>
<li><a href="Monte-Carlo-Integration.html">Monte Carlo Integration</a>
<li><a href="Simulated-Annealing.html">Simulated Annealing</a>
<li><a href="Ordinary-Differential-Equations.html">Ordinary Differential Equations</a>
<li><a href="Interpolation.html">Interpolation</a>
<li><a href="Numerical-Differentiation.html">Numerical Differentiation</a>
<li><a href="Chebyshev-Approximations.html">Chebyshev Approximations</a>
<li><a href="Series-Acceleration.html">Series Acceleration</a>
<li><a href="Wavelet-Transforms.html">Wavelet Transforms</a>
<li><a href="Discrete-Hankel-Transforms.html">Discrete Hankel Transforms</a>
<li><a href="One-dimensional-Root_002dFinding.html">One dimensional Root-Finding</a>
<li><a href="One-dimensional-Minimization.html">One dimensional Minimization</a>
<li><a href="Multidimensional-Root_002dFinding.html">Multidimensional Root-Finding</a>
<li><a href="Multidimensional-Minimization.html">Multidimensional Minimization</a>
<li><a href="Least_002dSquares-Fitting.html">Least-Squares Fitting</a>
<li><a href="Nonlinear-Least_002dSquares-Fitting.html">Nonlinear Least-Squares Fitting</a>
<li><a href="Basis-Splines.html">Basis Splines</a>
<li><a href="Physical-Constants.html">Physical Constants</a>
<li><a href="IEEE-floating_002dpoint-arithmetic.html">IEEE floating-point arithmetic</a>
<li><a href="Debugging-Numerical-Programs.html">Debugging Numerical Programs</a>
<li><a href="Contributors-to-GSL.html">Contributors to GSL</a>
<li><a href="Autoconf-Macros.html">Autoconf Macros</a>
<li><a href="GSL-CBLAS-Library.html">GSL CBLAS Library</a>
<li><a href="Free-Software-Needs-Free-Documentation.html">Free Software Needs Free Documentation</a>
<li><a href="GNU-General-Public-License.html">GNU General Public License</a>
<li><a href="GNU-Free-Documentation-License.html">GNU Free Documentation License</a>
<li><a href="Function-Index.html">Function Index</a>
<li><a href="Variable-Index.html">Variable Index</a>
<li><a href="Type-Index.html">Type Index</a>
<li><a href="Concept-Index.html">Concept Index</a>
</ul>
<hr>The GNU Scientific Library - a free numerical library licensed under the GNU GPL<br>Back to the <a href="/software/gsl/">GNU Scientific Library Homepage</a></body></html>
|