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
Adding a test to BLAS
[Math-GSL.git]
/
Diff.i
blob
eef85eb8fdd951b86a66218218b1503b257182f9
1
%
module Diff
2
%{
3
#include
"gsl/gsl_diff.h"
4
%}
5
6
%
include
"gsl/gsl_diff.h"
7
8
9
%
perlcode
%{
10
@EXPORT_OK
=
qw
/
11
gsl_diff_central
12
gsl_diff_backward
13
gsl_diff_forward
14
/;
15
%
EXPORT_TAGS
= (
all
=> [
@EXPORT_OK
] );
16
%}