GSL
The GNU Scientific Library


GSL is a directory of C++ programs which illustrate the use of the GNU Scientific Library.

GSL includes routines for

Usage:

g++ myprog.C -lgsl -lgslcblas
compiles myprog.C and links it with GSL and the necessary BLAS routines.

Related Data and Programs:

BLAS1, a C++ library which implements the BLAS Level 1 vector-vector routines, which is included in GSL.

BLAS2, a FORTRAN90 library which implements the BLAS Level 2 matrix-vector routines, which is included in GSL.

BLAS3, a FORTRAN90 library which implements the BLAS Level 3 matrix-matrix routines, which is included in GSL.

POLPAK, a C++ library which evaluates various recursive polynomials and other special functions.

SPECFUN, a FORTRAN77 library which evaluates various special functions.

TEST_VALUES, a C++ library which returns a few values of various special functions.

Reference:

  1. http://www.gnu.org/software/gsl/ the GSL home page.
  2. Mark Gelassi, Jim Davies, James Tyler, Bryan Gough, Reid Priedhorsky, Gerard Jungman, Michael Booth, Fabrice Rossi,
    GNU Scientific Library Reference Manual,
    Network Theory Limited, 2005,
    ISBN: 0954612078.

Examples and Tests:

You can go up one level to the C++ source codes.


Last revised on 31 August 2005.