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
Function export lists for Eigen and FFT.
[Math-GSL.git]
/
Interp.i
blob
501b2e761dbff5a977c48289cced15164cff72a3
1
%
module Interp
2
%{
3
#include
"/usr/local/include/gsl/gsl_types.h"
4
#include
"/usr/local/include/gsl/gsl_interp.h"
5
%}
6
%
include
"/usr/local/include/gsl/gsl_types.h"
7
%
include
"/usr/local/include/gsl/gsl_interp.h"
8