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
FFT tweaks and basic tests.
[Math-GSL.git]
/
GSL.i
blob
ef664757d65f03ae944ef86ac71a420c20f12628
1
%
module
"Math::GSL"
2
%{
3
#include
"gsl/gsl_sys.h"
4
%}
5
6
%
include
"gsl/gsl_sys.h"
7
8
%
perlcode
%{
9
10
our $GSL_VERSION
=
'
1.11
'
;
11
12
%}
13