repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bleed' of http://leto.net/code/Math-GSL into bleed
[Math-GSL.git]
/
swig
/
Sum.i
blob
dd3ee89cff64cae515e198002daf8e3b65b2b635
1
%
module
"Math::GSL::Sum"
2
%
include
"gsl_typemaps.i"
3
4
%
apply double
*
OUTPUT
{
double
*
sum_accel
,
double
*
abserr
,
double
*
abserr_trunc
};
5
6
%{
7
#include
"gsl/gsl_sum.h"
8
%}
9
10
%
include
"gsl/gsl_sum.h"
11
%
include
"../pod/Sum.pod"