Writing new code in Linalg tests but without any effects for the moment.
[Math-GSL.git] / Heapsort.i
blobe29d45a177f98eb7b1726e5af91a04f7a12b4303
1 %module Heapsort
2 %{
3 #include "/usr/local/include/gsl/gsl_heapsort.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_heapsort.h"
9 %perlcode %{
10 @EXPORT_OK = qw/
11 gsl_heapsort
12 gsl_heapsort_index
14 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );