1 %module
"Math::GSL::Integration"
3 #include
"gsl/gsl_integration.h"
6 %include
"gsl/gsl_integration.h"
10 gsl_integration_workspace_alloc
11 gsl_integration_workspace_free
12 gsl_integration_qaws_table_alloc
13 gsl_integration_qaws_table_set
14 gsl_integration_qaws_table_free
15 gsl_integration_qawo_table_alloc
16 gsl_integration_qawo_table_set
17 gsl_integration_qawo_table_set_length
18 gsl_integration_qawo_table_free
47 %EXPORT_TAGS
= ( all
=> [ @EXPORT_OK
] );