5 %apply double
*OUTPUT { double x
[] };
8 #include
"/usr/local/include/gsl/gsl_types.h"
9 #include
"/usr/local/include/gsl/gsl_qrng.h"
12 %include
"/usr/local/include/gsl/gsl_types.h"
13 %include
"/usr/local/include/gsl/gsl_qrng.h"
17 @EXPORT_OK
= qw
($gsl_qrng_niederreiter_2 $gsl_qrng_sobol $gsl_qrng_halton $gsl_qrng_reversehalton
18 gsl_qrng_alloc gsl_qrng_memcpy gsl_qrng_clone
19 gsl_qrng_free gsl_qrng_init gsl_qrng_name
20 gsl_qrng_size gsl_qrng_state gsl_qrng_get
22 %EXPORT_TAGS
= ( all
=> [ @EXPORT_OK
] );
33 use Math
::GSL
::QRNG qw
/:all
/;
36 Here is a list of all the functions included in this module
:
38 gsl_qrng_alloc gsl_qrng_memcpy gsl_qrng_clone
39 gsl_qrng_free gsl_qrng_init gsl_qrng_name
40 gsl_qrng_size gsl_qrng_state gsl_qrng_get
42 This module also contains the following constants
:
43 $gsl_qrng_niederreiter_2
46 $gsl_qrng_reversehalton
48 For more informations on the functions
, we refer you to the GSL offcial documentation
: http
://www.gnu.org
/software
/gsl
/manual
/html_node
/
49 Tip
: search on google
: site
:http
://www.gnu.org
/software
/gsl
/manual
/html_node
/ name_of_the_function_you_want
55 Jonathan Leto
<jonathan@leto.net
> and Thierry Moisan
<thierry.moisan@gmail.com
>
57 =head1 COPYRIGHT
AND LICENSE
59 Copyright
(C
) 2008 Jonathan Leto and Thierry Moisan
61 This program is free software
; you can redistribute it and
/or modify it
62 under the same terms as Perl itself.