Skip to content

Commit

Permalink
Clean up Spline POD
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 13, 2011
1 parent fd57348 commit 06f5fa4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pod/Spline.pod
Expand Up @@ -20,17 +20,19 @@ __END__


=head1 NAME =head1 NAME


Math::GSL::Spline - Higher-level Interface to Interp Math::GSL::Spline - Splines


=head1 SYNOPSIS =head1 SYNOPSIS


use Math::GSL::Spline qw /:all/; use Math::GSL::Spline qw/:all/;


=head1 DESCRIPTION =head1 DESCRIPTION


The functions described in the Interp module required the user to supply pointers to the x and y arrays on each call. The following functions are equivalent to the corresponding gsl_interp functions but maintain a copy of this data in the gsl_spline object. This removes the need to pass both xa and ya as arguments on each evaluation. The functions described in the Interp module required the user to supply

pointers to the x and y arrays on each call. The following functions are
Here is a list of all the functions in this module : equivalent to the corresponding gsl_interp functions but maintain a copy of
this data in the gsl_spline object. This removes the need to pass both xa and
ya as arguments on each evaluation.


=over =over


Expand Down Expand Up @@ -65,8 +67,6 @@ Here is a list of all the functions in this module :
For more informations on the functions, we refer you to the GSL offcial For more informations on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/> documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Tip : search on google: site:http://www.gnu.org/software/gsl/manual/html_node/ name_of_the_function_you_want



=head1 AUTHORS =head1 AUTHORS


Expand All @@ -83,4 +83,3 @@ under the same terms as Perl itself.




%} %}

0 comments on commit 06f5fa4

Please sign in to comment.