3 #include
"gsl/gsl_dft_complex.h"
6 %include
"gsl/gsl_dft_complex.h"
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
] );
26 use Math
::GSL
::DFT qw
/:all
/;
30 Here is a list of all the functions included in this module
:
34 =item C
<gsl_dft_complex_forward
>
36 =item C
<gsl_dft_complex_backward
>
38 =item C
<gsl_dft_complex_inverse
>
40 =item C
<gsl_dft_complex_transform
>
42 =item For more informations on the functions
, we refer you to the GSL offcial documentation
: http
://www.gnu.org
/software
/gsl
/manual
/html_node
/
44 =item Tip
: search on google
: site
:http
://www.gnu.org
/software
/gsl
/manual
/html_node
/ name_of_the_function_you_want
52 Jonathan Leto
<jonathan@leto.net
> and Thierry Moisan
<thierry.moisan@gmail.com
>
54 =head1 COPYRIGHT
AND LICENSE
56 Copyright
(C
) 2008 Jonathan Leto and Thierry Moisan
58 This program is free software
; you can redistribute it and
/or modify it
59 under the same terms as Perl itself.