Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / CBLAS.i
blob056fb9377fa3de9c87d41d73f64b06a3544712b2
1 %module "Math::GSL::CBLAS"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %apply float [] { float *C };
6 %apply double const [] { const double * };
7 %apply float const [] { const float * };
9 %{
10 #include "gsl/gsl_cblas.h"
13 %ignore cblas_xerbla;
15 %include "gsl/gsl_cblas.h"
16 %include "../pod/CBLAS.pod"