File: SparseMatrix.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 (15 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%module "Math::GSL::SparseMatrix"

%include "typemaps.i"
%include "gsl_typemaps.i"
%include "renames.i"
%include "system.i"

%{
    #include "gsl/gsl_spmatrix.h"
%}


%include "gsl/gsl_spmatrix.h"

%include "../pod/SparseMatrix.pod"