C++ wrappers for GSL

John D Lamb J.D.Lamb@btinternet.com
Thu Aug 9 18:59:00 GMT 2012


IÂ’ve written a set of C++ wrappers for GSL: http://ccgsl.sourceforge.net/

I would be interested to know if these are useful to anyone other than
me, or if anyone is interested in developing or testing the code.

The wrappers are essentially complete. The only GSL functions I have not
implemented are ones for n-tuples, multisets and sorting. I omitted
these because there are usually better ways to handle them in C++ and
they have no GSL dependencies.

IÂ’m likely to continue to make minor changes and bug fixes. For example,
I want to adapt the statistics functions to work seamlessly with
std::array, std::double, gsl::vector or anything else that looks like an
array.

-- 
John D Lamb



More information about the Gsl-discuss mailing list