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
Merge branch 'bleed' of http://thgate.net/git/Math-GSL into bleed
[Math-GSL.git]
/
Siman.i
blob
e7fe749da1f3791abc6faa4248631afda324734c
1
%
module Siman
2
%{
3
#include
"/usr/local/include/gsl/gsl_siman.h"
4
%}
5
6
%
include
"/usr/local/include/gsl/gsl_siman.h"
7
8
9
%
perlcode
%{
10
@EXPORT_OK
=
qw
/
11
gsl_siman_solve
12
gsl_siman_solve_many
13
/;
14
%
EXPORT_TAGS
= (
all
=> [
@EXPORT_OK
] );
15
%}