Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / BLAS.i
blob179e11af1c359a75cdc131a6f8340ded8857dcf2
1 %module BLAS
2 %{
3 #include "gsl/gsl_blas.h"
4 #include "gsl/gsl_blas_types.h"
6 %}
8 %include "gsl/gsl_blas.h"
9 %include "gsl/gsl_blas_types.h"