Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / Wavelet.i
blob87c326030afb8b5fe34a8e32be4b93420cbf57fd
1 %module Wavelet
2 %{
3 #include "gsl/gsl_wavelet.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_wavelet.h"