File: Integration.i

package info (click to toggle)
libmath-gsl-perl 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132,604 kB
  • sloc: ansic: 1,014,223; perl: 22,600; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%module "Math::GSL::Integration"
%include "typemaps.i"
%include "gsl_typemaps.i"
%include "renames.i"

%{
    #ifndef GSL_VAR
    #include "gsl/gsl_types.h"
    #endif

    #include "gsl/gsl_integration.h"
    #include "gsl/gsl_math.h"
%}
#ifndef GSL_VAR
%include "gsl/gsl_types.h"
#endif
%include "gsl/gsl_integration.h"
%include "gsl/gsl_math.h"
%include "../pod/Integration.pod"