The Algorithm Design Manual
About the Book
Programming Challenges

The Stony Brook Algorithm Repository

Steven Skiena
Stony Brook University
Dept. of Computer Science

GSL - GNU Scientific Library


The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.

The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.


  • Download Files (local site)
  • Offical Site

    Problem Links

      
    Discrete Fourier Transform (9)
      
    Solving Linear Equations (8)
      
    Matrix Multiplication (7)
      
    Determinants and Permanents (4)
      
    Constrained and Unconstrained Optimization (3)



    This page last modified on 2008-07-10 .
    www.algorist.com