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
Changed SWIG dependendence to optional, and set up things so that the autogenerated...
[Math-GSL.git]
/
Multimin.i
blob
e9e8e97ce8534f20fb4201d18c2ec96dd569d839
1
%
module
"Math::GSL::Multimin"
2
3
%{
4
#include
"gsl/gsl_types.h"
5
#include
"gsl/gsl_multimin.h"
6
%}
7
8
%
include
"gsl/gsl_types.h"
9
%
include
"gsl/gsl_multimin.h"
10