Boost logo

Ublas :

Subject: Re: [ublas] GSL support
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2012-01-05 06:23:50


> I think not all algorithms are needed, because some of the GSL algorithms are also found in the LAPack. On http://www.gnu.org/software/gsl/ you can found the "main" packages of the GSL,
> I think the insteressting algorithmns are: Quadrature, Simulated Anealing, Interpolation, Chebyshev Approximation, Discrete Hankel Transformation, Minimization, Discret Wavelet, Roots of Polynomials, Fast Fourier Transofrms, Differential Equation, Numerical Differentiation and Basic splines.

For Ordinary Differential equation you can use odeint (odeint.com),
which has a "boost-like" design and which can operate on arbitrary types.

Best regards,

Karsten