[BioLib-dev] GNU Science Library
Pjotr Prins
pjotr.public14 at thebird.nl
Fri Apr 10 19:52:05 UTC 2009
Most of the GNU Science library (GSL) has been mapped against Perl
with ASciLib - some 1800 functions(!)
http://biolib.open-bio.org/wiki/ASciLib
For a list of included modules check:
http://github.com/pjotrp/ascilib/blob/master/src/mappings/swig/gsl_common.i
Modules currently not working are:
%include CBLAS.i
%include Deriv.i
%include Chebyshev.i
%include Errno.i
%include Heapsort.i
%include Integration.i
%include Min.i
%include Monte.i
%include Multiroots.i
%include NTuple.i
%include Permutation.i
%include Randist.i
%include Roots.i
%include Sort.i
Note that this initial mapping directly uses Jonathan Leto's Perl Math::GSL
module. An interesting feature is that ASciLib comes with the GSL bleeding edge
source repository (as a git submodule). The latest and the greatest should
build with Perl5.
Enjoy.
Pj.
More information about the BioLib-dev
mailing list