repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding tests to the Complex subsystem.
[Math-GSL.git]
/
DHT.i
blob
f63eedad27aa6dfd269a8f268eb0b7ca7727ae38
1
%
module DHT
2
%{
3
#include
"/usr/local/include/gsl/gsl_dht.h"
4
%}
5
6
%
include
"/usr/local/include/gsl/gsl_dht.h"
7
8
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
18
/;
19
%
EXPORT_TAGS
= (
all
=> [
@EXPORT_OK
] );
20
%}