Refactoring of the Complex tests
[Math-GSL.git] / CBLAS.i
blob7c713e52b968ccd99fa228d6173f65c344ca4dc4
1 %module CBLAS
2 %{
3 #include "gsl/gsl_cblas.h"
4 %}
6 %include "gsl/gsl_cblas.h"