Added some more tags to SF subsystem.
[Math-GSL.git] / DHT.i
blobf63eedad27aa6dfd269a8f268eb0b7ca7727ae38
1 %module DHT
2 %{
3 #include "/usr/local/include/gsl/gsl_dht.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_dht.h"
9 %perlcode %{
10 @EXPORT_OK = qw/
11 gsl_dht_alloc
12 gsl_dht_new
13 gsl_dht_init
14 gsl_dht_x_sample
15 gsl_dht_k_sample
16 gsl_dht_free
17 gsl_dht_apply
19 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );