First working typemaps are in Poly subsystem. Still fighting with Randist...
[Math-GSL.git] / BLAS.i
blob2b074f7fd111adc58ceff5b25e0bfd721a4c722c
1 %module BLAS
2 %{
3 #include "/usr/local/include/gsl/gsl_blas.h"
4 #include "/usr/local/include/gsl/gsl_blas_types.h"
6 %}
8 %include "/usr/local/include/gsl/gsl_blas.h"
9 %include "/usr/local/include/gsl/gsl_blas_types.h"