File: ODEIV.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 (17 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%module "Math::GSL::ODEIV"
%include "gsl_typemaps.i"
%include "typemaps.i"
%include "renames.i"

%newobject gsl_odeiv_step_alloc;
%newobject gsl_odeiv_driver_alloc_y_new;
%newobject gsl_odeiv_evolve_alloc;

%{
    #include "gsl/gsl_types.h"
    #include "gsl/gsl_odeiv.h"
%}

%include "gsl/gsl_types.h"
%include "gsl/gsl_odeiv.h"
%include "../pod/ODEIV.pod"