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
Adding fopen and flcose functions. Adding an example in the
[Math-GSL.git]
/
BLAS.i
blob
2b074f7fd111adc58ceff5b25e0bfd721a4c722c
1
%
module BLAS
2
%{
3
#include
"/usr/local/include/gsl/gsl_blas.h"
4
#include
"/usr/local/include/gsl/gsl_blas_types.h"
5
6
%}
7
8
%
include
"/usr/local/include/gsl/gsl_blas.h"
9
%
include
"/usr/local/include/gsl/gsl_blas_types.h"
10