| Index Entry | Section |
|
G | | |
| Gamma distribution | 19.14 The Gamma Distribution |
| gamma functions | 7.19.1 Gamma Functions |
| Gauss-Kronrod quadrature | 16.1.1 Integrands without weight functions |
| Gaussian distribution | 19.2 The Gaussian Distribution |
| Gaussian distribution, bivariate | 19.4 The Bivariate Gaussian Distribution |
| Gaussian Tail distribution | 19.3 The Gaussian Tail Distribution |
| gcc extensions, range-checking | 8.3.2 Accessing vector elements |
| gcc warning options | A.4 GCC warning options for numerical programs |
| gdb | A.1 Using gdb |
| Gear method, differential equations | 25.2 Stepping Functions |
| Gegenbauer functions | 7.20 Gegenbauer Functions |
| GEMM, Level-3 BLAS | 12.1.3 Level 3 |
| GEMV, Level-2 BLAS | 12.1.2 Level 2 |
| general polynomial equations, solving | 6.5 General Polynomial Equations |
| generalized eigensystems | 14.6 Real Generalized Nonsymmetric Eigensystems |
| generalized hermitian definite eigensystems | 14.5 Complex Generalized Hermitian-Definite Eigensystems |
| generalized symmetric eigensystems | 14.4 Real Generalized Symmetric-Definite Eigensystems |
| Geometric random variates | 19.35 The Geometric Distribution |
| Geometric random variates | 19.36 The Hypergeometric Distribution |
| GER, Level-2 BLAS | 12.1.2 Level 2 |
| GERC, Level-2 BLAS | 12.1.2 Level 2 |
| GERU, Level-2 BLAS | 12.1.2 Level 2 |
| Givens Rotation, BLAS | 12.1.1 Level 1 |
| Givens Rotation, Modified, BLAS | 12.1.1 Level 1 |
| GNU General Public License | 1. Introduction |
| golden section algorithm for finding minima | 33.7 Minimization Algorithms |
| GSL_C99_INLINE | 2.5 Inline functions |
| gsl_sf_result | 7.2 The gsl_sf_result struct |
| gsl_sf_result_e10 | 7.2 The gsl_sf_result struct |
| Gumbel distribution (Type 1) | 19.25 The Type-1 Gumbel Distribution |
| Gumbel distribution (Type 2) | 19.26 The Type-2 Gumbel Distribution |
|
H | | |
| Haar wavelets | 30.2 Initialization |
| Hankel transforms, discrete | 31. Discrete Hankel Transforms |
| HAVE_INLINE | 2.5 Inline functions |
| hazard function, normal distribution | 7.15.4 Probability functions |
| HBOOK | 22.9 References and Further Reading |
| header files, including | 2.2 Compiling and Linking |
| heapsort | 11. Sorting |
| HEMM, Level-3 BLAS | 12.1.3 Level 3 |
| HEMV, Level-2 BLAS | 12.1.2 Level 2 |
| HER, Level-2 BLAS | 12.1.2 Level 2 |
| HER2, Level-2 BLAS | 12.1.2 Level 2 |
| HER2K, Level-3 BLAS | 12.1.3 Level 3 |
| HERK, Level-3 BLAS | 12.1.3 Level 3 |
| hermitian matrix, complex, eigensystem | 14.2 Complex Hermitian Matrices |
| hessenberg decomposition | 13.8 Hessenberg Decomposition of Real Matrices |
| hessenberg triangular decomposition | 13.9 Hessenberg-Triangular Decomposition of Real Matrices |
| histogram statistics | 21.6 Histogram Statistics |
| histogram, from ntuple | 22.7 Histogramming ntuple values |
| histograms | 21. Histograms |
| histograms, random sampling from | 21.10 The histogram probability distribution struct |
| Householder linear solver | 13.12 Householder solver for linear systems |
| Householder matrix | 13.11 Householder Transformations |
| Householder transformation | 13.11 Householder Transformations |
| HYBRID algorithm, unscaled without derivatives | 34.7 Algorithms without Derivatives |
| HYBRID algorithms for nonlinear systems | 34.6 Algorithms using Derivatives |
| HYBRIDJ algorithm | 34.6 Algorithms using Derivatives |
| HYBRIDS algorithm, scaled without derivatives | 34.7 Algorithms without Derivatives |
| HYBRIDSJ algorithm | 34.6 Algorithms using Derivatives |
| hydrogen atom | 7.7 Coulomb Functions |
| hyperbolic cosine, inverse | 4.3 Elementary Functions |
| hyperbolic functions, complex numbers | 5.7 Complex Hyperbolic Functions |
| hyperbolic integrals | 7.17.3 Hyperbolic Integrals |
| hyperbolic sine, inverse | 4.3 Elementary Functions |
| hyperbolic space | 7.24 Legendre Functions and Spherical Harmonics |
| hyperbolic tangent, inverse | 4.3 Elementary Functions |
| hypergeometric functions | 7.21 Hypergeometric Functions |
| hypergeometric random variates | 19.36 The Hypergeometric Distribution |
| hypot | 4.3 Elementary Functions |
| hypot function, special functions | 7.31.1 Circular Trigonometric Functions |
|
I | | |
| identity matrix | 8.4.3 Initializing matrix elements |
| identity permutation | 9.2 Permutation allocation |
| IEEE exceptions | 40.2 Setting up your IEEE environment |
| IEEE floating point | 40. IEEE floating-point arithmetic |
| IEEE format for floating point numbers | 40.1 Representation of floating point numbers |
| IEEE infinity, defined as a macro | 4.2 Infinities and Not-a-number |
| IEEE NaN, defined as a macro | 4.2 Infinities and Not-a-number |
| illumination, units of | 39.13 Light and Illumination |
| imperial units | 39.5 Imperial Units |
| importance sampling, VEGAS | 23.4 VEGAS |
| including GSL header files | 2.2 Compiling and Linking |
| incomplete Beta function, normalized | 7.19.6 Incomplete Beta Function |
| incomplete Fermi-Dirac integral | 7.18.2 Incomplete Fermi-Dirac Integrals |
| incomplete Gamma function | 7.19.4 Incomplete Gamma Functions |
| indirect sorting | 11.1 Sorting objects |
| indirect sorting, of vector elements | 11.2 Sorting vectors |
| infinity, defined as a macro | 4.2 Infinities and Not-a-number |
| infinity, IEEE format | 40.1 Representation of floating point numbers |
| info-gsl mailing list | 1.3 Obtaining GSL |
| initial value problems, differential equations | 25. Ordinary Differential Equations |
| initializing matrices | 8.4.3 Initializing matrix elements |
| initializing vectors | 8.3.3 Initializing vector elements |
| inline functions | 2.5 Inline functions |
| integer powers | 7.27 Power Function |
| integrals, exponential | 7.17 Exponential Integrals |
| integration, numerical (quadrature) | 16. Numerical Integration |
| interpolation | 26. Interpolation |
| interpolation, using Chebyshev polynomials | 28. Chebyshev Approximations |
| inverse complex trigonometric functions | 5.6 Inverse Complex Trigonometric Functions |
| inverse cumulative distribution functions | 19. Random Number Distributions |
| inverse hyperbolic cosine | 4.3 Elementary Functions |
| inverse hyperbolic functions, complex numbers | 5.8 Inverse Complex Hyperbolic Functions |
| inverse hyperbolic sine | 4.3 Elementary Functions |
| inverse hyperbolic tangent | 4.3 Elementary Functions |
| inverse of a matrix, by LU decomposition | 13.1 LU Decomposition |
| inverting a permutation | 9.5 Permutation functions |
| Irregular Cylindrical Bessel Functions | 7.5.2 Irregular Cylindrical Bessel Functions |
| Irregular Modified Bessel Functions, Fractional Order | 7.5.12 Irregular Modified Bessel Functions—Fractional Order |
| Irregular Modified Cylindrical Bessel Functions | 7.5.4 Irregular Modified Cylindrical Bessel Functions |
| Irregular Modified Spherical Bessel Functions | 7.5.8 Irregular Modified Spherical Bessel Functions |
| Irregular Spherical Bessel Functions | 7.5.6 Irregular Spherical Bessel Functions |
| iterating through combinations | 10.5 Combination functions |
| iterating through permutations | 9.5 Permutation functions |
| iterative refinement of solutions in linear systems | 13.1 LU Decomposition |
|