Adding matrix_complex functions to the Matrix subsystem and adding gsl_eigen_herm...
[Math-GSL.git] / DFT.i
blob1a18b06c7f0648be90a14f1a7cc4629de70d4c27
1 %module DFT
2 %{
3 #include "/usr/local/include/gsl/gsl_dft_complex.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_dft_complex.h"
9 %perlcode %{
10 @EXPORT_OK = qw/
11 gsl_dft_complex_forward
12 gsl_dft_complex_backward
13 gsl_dft_complex_inverse
14 gsl_dft_complex_transform
16 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );