Adding more documentation to Histogram and fixing a POD error
[Math-GSL.git] / Heapsort.i
blob54a2e105d2ac121d60b4fda167ab97fb30f83598
1 %module Heapsort
2 %{
3 #include "gsl/gsl_heapsort.h"
4 %}
6 %include "gsl/gsl_heapsort.h"
9 %perlcode %{
10 @EXPORT_OK = qw/
11 gsl_heapsort
12 gsl_heapsort_index
14 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );