# This file was automatically generated by SWIG (http://www.swig.org). # Version 1.3.36 # # Don't modify this file, modify the SWIG interface instead. package Math::GSL::Sort; use base qw(Exporter); use base qw(DynaLoader); package Math::GSL::Sortc; bootstrap Math::GSL::Sort; package Math::GSL::Sort; @EXPORT = qw(); # ---------- BASE METHODS ------------- package Math::GSL::Sort; sub TIEHASH { my ($classname,$obj) = @_; return bless $obj, $classname; } sub CLEAR { } sub FIRSTKEY { } sub NEXTKEY { } sub FETCH { my ($self,$field) = @_; my $member_func = "swig_${field}_get"; $self->$member_func(); } sub STORE { my ($self,$field,$newval) = @_; my $member_func = "swig_${field}_set"; $self->$member_func($newval); } sub this { my $ptr = shift; return tied(%$ptr); } # ------- FUNCTION WRAPPERS -------- package Math::GSL::Sort; *gsl_sort = *Math::GSL::Sortc::gsl_sort; *gsl_sort_index = *Math::GSL::Sortc::gsl_sort_index; *gsl_sort_smallest = *Math::GSL::Sortc::gsl_sort_smallest; *gsl_sort_smallest_index = *Math::GSL::Sortc::gsl_sort_smallest_index; *gsl_sort_largest = *Math::GSL::Sortc::gsl_sort_largest; *gsl_sort_largest_index = *Math::GSL::Sortc::gsl_sort_largest_index; *gsl_sort_int = *Math::GSL::Sortc::gsl_sort_int; *gsl_sort_int_index = *Math::GSL::Sortc::gsl_sort_int_index; *gsl_sort_int_smallest = *Math::GSL::Sortc::gsl_sort_int_smallest; *gsl_sort_int_smallest_index = *Math::GSL::Sortc::gsl_sort_int_smallest_index; *gsl_sort_int_largest = *Math::GSL::Sortc::gsl_sort_int_largest; *gsl_sort_int_largest_index = *Math::GSL::Sortc::gsl_sort_int_largest_index; *gsl_sort_vector = *Math::GSL::Sortc::gsl_sort_vector; *gsl_sort_vector_index = *Math::GSL::Sortc::gsl_sort_vector_index; *gsl_sort_vector_smallest = *Math::GSL::Sortc::gsl_sort_vector_smallest; *gsl_sort_vector_largest = *Math::GSL::Sortc::gsl_sort_vector_largest; *gsl_sort_vector_smallest_index = *Math::GSL::Sortc::gsl_sort_vector_smallest_index; *gsl_sort_vector_largest_index = *Math::GSL::Sortc::gsl_sort_vector_largest_index; *gsl_sort_vector_int = *Math::GSL::Sortc::gsl_sort_vector_int; *gsl_sort_vector_int_index = *Math::GSL::Sortc::gsl_sort_vector_int_index; *gsl_sort_vector_int_smallest = *Math::GSL::Sortc::gsl_sort_vector_int_smallest; *gsl_sort_vector_int_largest = *Math::GSL::Sortc::gsl_sort_vector_int_largest; *gsl_sort_vector_int_smallest_index = *Math::GSL::Sortc::gsl_sort_vector_int_smallest_index; *gsl_sort_vector_int_largest_index = *Math::GSL::Sortc::gsl_sort_vector_int_largest_index; *gsl_permutation_alloc = *Math::GSL::Sortc::gsl_permutation_alloc; *gsl_permutation_calloc = *Math::GSL::Sortc::gsl_permutation_calloc; *gsl_permutation_init = *Math::GSL::Sortc::gsl_permutation_init; *gsl_permutation_free = *Math::GSL::Sortc::gsl_permutation_free; *gsl_permutation_memcpy = *Math::GSL::Sortc::gsl_permutation_memcpy; *gsl_permutation_fread = *Math::GSL::Sortc::gsl_permutation_fread; *gsl_permutation_fwrite = *Math::GSL::Sortc::gsl_permutation_fwrite; *gsl_permutation_fscanf = *Math::GSL::Sortc::gsl_permutation_fscanf; *gsl_permutation_fprintf = *Math::GSL::Sortc::gsl_permutation_fprintf; *gsl_permutation_size = *Math::GSL::Sortc::gsl_permutation_size; *gsl_permutation_data = *Math::GSL::Sortc::gsl_permutation_data; *gsl_permutation_get = *Math::GSL::Sortc::gsl_permutation_get; *gsl_permutation_swap = *Math::GSL::Sortc::gsl_permutation_swap; *gsl_permutation_valid = *Math::GSL::Sortc::gsl_permutation_valid; *gsl_permutation_reverse = *Math::GSL::Sortc::gsl_permutation_reverse; *gsl_permutation_inverse = *Math::GSL::Sortc::gsl_permutation_inverse; *gsl_permutation_next = *Math::GSL::Sortc::gsl_permutation_next; *gsl_permutation_prev = *Math::GSL::Sortc::gsl_permutation_prev; *gsl_permutation_mul = *Math::GSL::Sortc::gsl_permutation_mul; *gsl_permutation_linear_to_canonical = *Math::GSL::Sortc::gsl_permutation_linear_to_canonical; *gsl_permutation_canonical_to_linear = *Math::GSL::Sortc::gsl_permutation_canonical_to_linear; *gsl_permutation_inversions = *Math::GSL::Sortc::gsl_permutation_inversions; *gsl_permutation_linear_cycles = *Math::GSL::Sortc::gsl_permutation_linear_cycles; *gsl_permutation_canonical_cycles = *Math::GSL::Sortc::gsl_permutation_canonical_cycles; ############# Class : Math::GSL::Sort::gsl_permutation_struct ############## package Math::GSL::Sort::gsl_permutation_struct; use vars qw(@ISA %OWNER %ITERATORS %BLESSEDMEMBERS); @ISA = qw( Math::GSL::Sort ); %OWNER = (); %ITERATORS = (); *swig_size_get = *Math::GSL::Sortc::gsl_permutation_struct_size_get; *swig_size_set = *Math::GSL::Sortc::gsl_permutation_struct_size_set; *swig_data_get = *Math::GSL::Sortc::gsl_permutation_struct_data_get; *swig_data_set = *Math::GSL::Sortc::gsl_permutation_struct_data_set; sub new { my $pkg = shift; my $self = Math::GSL::Sortc::new_gsl_permutation_struct(@_); bless $self, $pkg if defined($self); } sub DESTROY { return unless $_[0]->isa('HASH'); my $self = tied(%{$_[0]}); return unless defined $self; delete $ITERATORS{$self}; if (exists $OWNER{$self}) { Math::GSL::Sortc::delete_gsl_permutation_struct($self); delete $OWNER{$self}; } } sub DISOWN { my $self = shift; my $ptr = tied(%$self); delete $OWNER{$ptr}; } sub ACQUIRE { my $self = shift; my $ptr = tied(%$self); $OWNER{$ptr} = 1; } # ------- VARIABLE STUBS -------- package Math::GSL::Sort; *GSL_POSZERO = *Math::GSL::Sortc::GSL_POSZERO; *GSL_NEGZERO = *Math::GSL::Sortc::GSL_NEGZERO; @EXPORT_plain = qw/ gsl_sort gsl_sort_index gsl_sort_smallest gsl_sort_smallest_index gsl_sort_largest gsl_sort_largest_index /; @EXPORT_vector= qw/ gsl_sort_vector gsl_sort_vector_index gsl_sort_vector_smallest gsl_sort_vector_smallest_index gsl_sort_vector_largest gsl_sort_vector_largest_index /; @EXPORT_OK = ( @EXPORT_plain, @EXPORT_vector ); %EXPORT_TAGS = ( all => [ @EXPORT_OK ], plain => [ @EXPORT_plain ], vector => [ @EXPORT_vector ], ); __END__ =head1 NAME Math::GSL::Sort - Functions for sorting data =head1 SYNOPSIS use Math::GSL::Sort qw/:all/; my $x = [ 2**15, 1.67, 20e5, -17, 6900, 1/3 , 42e-10 ]; my $sorted = gsl_sort($x, 1, $#$x+1 ); =head1 DESCRIPTION Here is a list of all the functions included in this module : =over =item * gsl_sort_vector($v) - This function sorts the elements of the vector $v into ascending numerical order. =item * gsl_sort_vector_index($p, $v) - This function indirectly sorts the elements of the vector $v into ascending order, storing the resulting permutation in $p. The elements of $p give the index of the vector element which would have been stored in that position if the vector had been sorted in place. The first element of $p gives the index of the least element in $v, and the last element of $p gives the index of the greatest element in $v. The vector $v is not changed. =item * gsl_sort_vector_smallest =item * gsl_sort_vector_smallest_index =item * gsl_sort_vector_largest =item * gsl_sort_vector_largest_index =item * gsl_sort($data, $stride, $n) - This function returns an array reference to the sorted $n elements of the array $data with stride $stride into ascending numerical order. =item * gsl_sort_index =item * gsl_sort_smallest =item * gsl_sort_smallest_index =item * gsl_sort_largest =item * gsl_sort_largest_index =back You have to add the functions you want to use inside the qw /put_funtion_here /. You can also write use Math::GSL::Sort qw/:all/ to use all avaible functions of the module. Other tags are also avaible, here is a complete list of all tags for this module : =over =item all =item plain =item vector =back For more informations on the functions, we refer you to the GSL offcial documentation: L Tip : search on google: site:http://www.gnu.org/software/gsl/manual/html_node/ name_of_the_function_you_want =head1 AUTHORS Jonathan Leto and Thierry Moisan =head1 COPYRIGHT AND LICENSE Copyright (C) 2008 Jonathan Leto and Thierry Moisan This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;