Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
- Math::GSL::Test::ok_status() now takes an optional message argument
- Added KNOWN_BUGS
- Added Math::GSL::Test::is_status_ok()
- New subsytems: VectorComplex and MatrixComplex
- New subsystems: VectorComplex and MatrixComplex
- Operator overloading for addition and subtraction with vectors
- Added example: examples/matrix/nonsymmetric_eigen
Shows how to find the eigenvalues of a nonsymmetric matrix
Expand Down
4 changes: 2 additions & 2 deletions lib/Math/GSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Each GSL subsystem has its own module. For example, the random number generator
subsystem is Math::GSL::RNG. Many subsystems have a more Perlish and
object-oriented frontend which can be used, as the above example shows. The raw
GSL object is useful for using the low-level GSL functions, which in the case of
the Matrix subsytem, would be of the form gsl_matrix_* . Each module has further
the Matrix subsystem, would be of the form gsl_matrix_* . Each module has further
documentation about the low-level C functions as well as using the more
intuitive (but slightly slower) object-oriented interface.

Expand Down Expand Up @@ -157,7 +157,7 @@ L<Math::GSL::Statistics> - Statistics Functions

L<Math::GSL::Sum> - Summation

L<Math::GSL::Sys> - Sytem utility functions
L<Math::GSL::Sys> - System utility functions

L<Math::GSL::Vector> - N-dimensional Vectors

Expand Down
54 changes: 27 additions & 27 deletions pod/BLAS.pod

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pod/BSpline.pod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gsl_bspline_ncoeffs. It is far more efficient to compute all of the basis
functions at once than to compute them individually, due to the nature of the
defining recurrence relation.

For more informations on the functions, we refer you to the GSL offcial documentation:
For more information on the functions, we refer you to the GSL offcial documentation:
http://www.gnu.org/software/gsl/manual/html_node/

=back
Expand Down
2 changes: 1 addition & 1 deletion pod/CBLAS.pod
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ This module also contains the following constants :

=back

For more informations on the functions, we refer you to the GSL offcial documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
For more information on the functions, we refer you to the GSL offcial documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>



Expand Down
2 changes: 1 addition & 1 deletion pod/CDF.pod
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ This is the list of available import tags:
For example the beta tag contains theses functions : gsl_cdf_beta_P,
gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .

For more informations on the functions, we refer you to the GSL offcial documentation:
For more information on the functions, we refer you to the GSL offcial documentation:
L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Chebyshev.pod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ in $deriv, which must be pre-allocated. Returns a GSL status code.

=back

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/Combination.pod
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ sub prev {

=head1 MORE INFO

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Deriv.pod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function is evaluated at $x and $x+$h.

=back

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/Eigen.pod
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This module also includes these constants :

=back

For more informations on the functions, we refer you to the GSL offcial documentation:
For more information on the functions, we refer you to the GSL offcial documentation:
L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/FFT.pod
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ This module also includes the following constants :

=back

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Fit.pod
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ and y_err.

=back

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Heapsort.pod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here is a list of all the functions in this module :

=back

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
4 changes: 2 additions & 2 deletions pod/Histogram2D.pod
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ C<gsl_histogram2d_set_ranges_uniform> or this function will return undef.

=item C<gsl_histogram2d_max_val($h)> - This function returns the maximum value contained in the histogram bins.

=item C<gsl_histogram2d_max_bin($h)> - This function finds the indices of the bin containing the maximum value in the histogram $h and returns the result in this order : 0 if the operation succeded, 1 otherwise, i and j. In the case where several bins contain the same maximum value the first bin found is returned.
=item C<gsl_histogram2d_max_bin($h)> - This function finds the indices of the bin containing the maximum value in the histogram $h and returns the result in this order : 0 if the operation succeeded, 1 otherwise, i and j. In the case where several bins contain the same maximum value the first bin found is returned.

=item C<gsl_histogram2d_min_val($h)> - This function returns the minimum value contained in the histogram bins.

=item C<gsl_histogram2d_min_bin($h)> - This function finds the indices of the bin containing the minimum value in the histogram $h and returns the result in this order : 0 if the operation succeded, 1 otherwise, i and j. In the case where several bins contain the same minimum value the first bin found is returned.
=item C<gsl_histogram2d_min_bin($h)> - This function finds the indices of the bin containing the minimum value in the histogram $h and returns the result in this order : 0 if the operation succeeded, 1 otherwise, i and j. In the case where several bins contain the same minimum value the first bin found is returned.

=item C<gsl_histogram2d_xmean($h)> - This function returns the mean of the histogrammed x variable, where the histogram is regarded as a probability distribution. Negative bin values are ignored for the purposes of this calculation.

Expand Down
2 changes: 1 addition & 1 deletion pod/Integration.pod
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ The integral is divergent, or too slowly convergent to be integrated numerically

=head1 MORE INFO

For more informations on the functions, we refer you to the GSL offcial
For more information on the functions, we refer you to the GSL offcial
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
Loading