jburkardt

GSL\ The GNU Scientific Library {#gsl-the-gnu-scientific-library align=”center”} ==========================


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

GSL includes routines for

Usage: {#usage align=”center”}

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

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: {#reference align=”center”}

  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: {#examples-and-tests align=”center”}

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


Last revised on 31 August 2005.