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://leto.net/code/Math-GSL into bleed
[Math-GSL.git]
/
Multimin.i
blob
5887591aa969bd4cf2084dc4d6cdd9a4aac2a21a
1
%
module Multimin
2
3
%{
4
#include
"/usr/local/include/gsl/gsl_types.h"
5
#include
"/usr/local/include/gsl/gsl_multimin.h"
6
%}
7
8
%
include
"/usr/local/include/gsl/gsl_types.h"
9
%
include
"/usr/local/include/gsl/gsl_multimin.h"
10