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
Finishing tags for CDF.i, adding documentation and fixing PowInt and CDF documentation.
[Math-GSL.git]
/
Heapsort.i
blob
e29d45a177f98eb7b1726e5af91a04f7a12b4303
1
%
module Heapsort
2
%{
3
#include
"/usr/local/include/gsl/gsl_heapsort.h"
4
%}
5
6
%
include
"/usr/local/include/gsl/gsl_heapsort.h"
7
8
9
%
perlcode
%{
10
@EXPORT_OK
=
qw
/
11
gsl_heapsort
12
gsl_heapsort_index
13
/;
14
%
EXPORT_TAGS
= (
all
=> [
@EXPORT_OK
] );
15
%}