gsl_test


gsl_test, a C code which uses the GNU Scientific Library (GSL).

The library includes functions for:

Usage:

gcc myprog.c -lgsl -lgslcblas
compiles myprog.c and links it with GSL and the necessary BLAS routines.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license.

Languages:

gsl_test is available in a C version and a C++ version.

Related Data and Programs:

blas1, a C code which implements the BLAS Level 1 vector-vector routines, which is included in GSL.

midpoint_gsl_test, a C code which calls the Gnu Scientific Library (GSL) implicit midpoint method solver for ordinary differential equations (ODE), and uses gnuplot() to plot the resulting solution.

polpak, a C code which evaluates various recursive polynomials and other special functions.

test_values, a C code which returns a few values of various special functions.

Reference:

  1. https://www.gnu.org/software/gsl/ the GSL home page.
  2. Mark Gelassi, Jim Davies, James Tyler, Bryan Gough, Gerard Jungman, Patrick Alken, Michael Booth, Fabrice Rossi,
    GNU Scientific Library Reference Manual,
    Network Theory Ltd, Third Edition, 2009,
    ISBN: 0954612078.

Source Code:


Last revised on 15 February 2022.