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
Cleaned up Build.PL to get rid of settings particular to my machine.
[Math-GSL.git]
/
Roots.i
blob
45ff5fd9dc5e9bc64b62e3101411cb9be4fb53be
1
%
module Roots
2
%{
3
#include
"gsl/gsl_roots.h"
4
%}
5
%
import
"gsl/gsl_types.h"
6
%
include
"gsl/gsl_roots.h"
7