Boost logo

Ublas :

Subject: Re: [ublas] GSL support
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2012-01-04 04:06:25


On 2011-12-30 13:37, Kraus Philipp wrote:
> Hello,
>
> I'm using the numeric bindings to call Lapack / Atlas methods with the Boost UBlas structures. Is there also a support for the GSL (http://www.gnu.org/software/gsl) algorithms?
>
> Thanks and a happy new year
>
> Phil

Hello Phil,

not yet. Which class of algorithms from GSL do you think are most
interesting? If you have some spare time, one of the first steps would
be to figure out what can and can not be deducted automatically from the
input arguments by the bindings. In addition, another thing to start
with would be a python app that parses the GSL headers and collects (all
necessary) information of the available algorithms. We could then work
on getting (all) the GSL algorithms supported by the bindings.

Cheers,

Rutger