Skip to content

Commit

Permalink
Include PR #229 from @mohawk2.
Browse files Browse the repository at this point in the history
Include PR #229 in leto/math--gsl, see leto/math--gsl#229

Spelling tweaks.
  • Loading branch information
hakonhagland committed Jul 26, 2021
2 parents 870c075 + 29884da commit 697353b
Show file tree
Hide file tree
Showing 37 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions pod/BLAS.pod
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ This function rescales the vector $x by the multiplicative factor $alpha.

=back

You have to add the functions you want to use inside the qw /put_funtion_here /.
You can also write use Math::GSL::BLAS 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 :
You have to add the functions you want to use inside the qw /put_function_here /.
You can also write use Math::GSL::BLAS qw/:all/ to use all available functions of the module.
Other tags are also available, here is a complete list of all tags for this module :

=over 3

Expand All @@ -365,7 +365,7 @@ Other tags are also avaible, here is a complete list of all tags for this module

=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 informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS

Expand Down
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 informations on the functions, we refer you to the GSL official 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 informations on the functions, we refer you to the GSL official 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 informations on the functions, we refer you to the GSL official 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 informations on the functions, we refer you to the GSL official
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 informations on the functions, we refer you to the GSL official
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 informations on the functions, we refer you to the GSL official
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 informations on the functions, we refer you to the GSL official 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 informations on the functions, we refer you to the GSL official
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 informations on the functions, we refer you to the GSL official
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 informations on the functions, we refer you to the GSL official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


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 informations on the functions, we refer you to the GSL official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
16 changes: 8 additions & 8 deletions pod/Linalg.pod
Original file line number Diff line number Diff line change
Expand Up @@ -299,19 +299,19 @@ Performs a Givens rotation on the $i and $j-th elements of $v, storing them in $

=item gsl_linalg_PTLQ_update

=item gsl_linalg_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. $b and $x are vectors. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. $b and $x are vectors. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_cholesky_decomp_unit

=item gsl_linalg_complex_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A which contains complex numbers into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_complex_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A which contains complex numbers into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_complex_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. $b and $x are vectors. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_complex_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. $b and $x are vectors. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_complex_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The funtcion returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_complex_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The function returns 0 if the operation succeeded, 0 otherwise.

=item gsl_linalg_symmtd_decomp($A, $tau) - This function factorizes the symmetric square matrix $A into the symmetric tridiagonal decomposition Q T Q^T. On output the diagonal and subdiagonal part of the input matrix $A contain the tridiagonal matrix T. The remaining lower triangular part of the input matrix contains the Householder vectors which, together with the Householder coefficients $tau, encode the orthogonal matrix Q. This storage scheme is the same as used by lapack. The upper triangular part of $A is not referenced. $tau is a vector.

Expand Down Expand Up @@ -352,9 +352,9 @@ Performs a Givens rotation on the $i and $j-th elements of $v, storing them in $
=item gsl_linalg_balance_columns


You have to add the functions you want to use inside the qw /put_funtion_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all avaible functions of the module.
You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.

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 informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


=back
Expand Down
8 changes: 4 additions & 4 deletions pod/Matrix.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1582,9 +1582,9 @@ sure if anyone wants these. Please speak up if you do and/or submit some patches

=back

You have to add the functions you want to use inside the qw /put_funtion_here /.
You can also write use Math::GSL::Matrix 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 :
You have to add the functions you want to use inside the qw /put_function_here /.
You can also write use Math::GSL::Matrix qw/:all/ to use all available functions of the module.
Other tags are also available, here is a complete list of all tags for this module :

=over 1

Expand All @@ -1600,7 +1600,7 @@ Other tags are also avaible, here is a complete list of all tags for this module

=back

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


Expand Down
2 changes: 1 addition & 1 deletion pod/MatrixComplex.pod
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ sub lndet($)

=back

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


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

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

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

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/Multifit.pod
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following functions are not yet implemented. Patches Welcome!

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Multilarge.pod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ NOTE: This module requires GSL 2.1 or higher.

This subsystem is for solving large dense least squares systems.

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

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

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Multiroots.pod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 informations on the functions, we refer you to the GSL official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/NTuple.pod
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ memory.

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

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

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 EXAMPLE
Expand Down
8 changes: 4 additions & 4 deletions pod/Permutation.pod
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ Here is a list of all the functions included in this module :

=back

You have to add the functions you want to use inside the qw/put_funtion_here/ with spaces between each function.
You can also write use Math::GSL::CDF 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.
For more informations on the functions, we refer you to the GSL offcial documentation:
You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
Other tags are also available, here is a complete list of all tags for this module.
For more informations on the functions, we refer you to the GSL official documentation:
L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Poly.pod
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This function frees all the memory associated with the workspace $w.

=back

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

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/QRNG.pod
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,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 informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>



Expand Down
2 changes: 1 addition & 1 deletion pod/RNG.pod
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ __END__

=back

For more informations on the functions, we refer you to the GSL offcial documentation:
For more informations on the functions, we refer you to the GSL official documentation:

L<http://www.gnu.org/software/gsl/manual/html_node/>

Expand Down
8 changes: 4 additions & 4 deletions pod/Randist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,9 @@ De-allocates the gsl_ran_discrete pointed to by g.

=back

You have to add the functions you want to use inside the qw /put_funtion_here /.
You can also write use Math::GSL::Randist 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 :
You have to add the functions you want to use inside the qw /put_function_here /.
You can also write use Math::GSL::Randist qw/:all/; to use all available functions of the module.
Other tags are also available, here is a complete list of all tags for this module :

=over

Expand Down Expand Up @@ -835,7 +835,7 @@ De-allocates the gsl_ran_discrete pointed to by g.

For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.

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


Expand Down
2 changes: 1 addition & 1 deletion pod/Rstat.pod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Math::GSL::Rstat - Running Statistical functions

NOTE: This module requires GSL 2.0 or higher.

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
4 changes: 2 additions & 2 deletions pod/SF.pod
Original file line number Diff line number Diff line change
Expand Up @@ -3120,7 +3120,7 @@ This module also contains the following constants used as mode in various of tho
You can import the functions that you want to use by giving a space separated
list to Math::GSL::SF when you use the package. You can also write
use Math::GSL::SF qw/:all/
to use all avaible functions of the module. Note that
to use all available functions of the module. Note that
the tag names begin with a colon. Other tags are also available, here is a
complete list of all tags for this module :

Expand Down Expand Up @@ -3172,7 +3172,7 @@ This module also contains the following constants used as mode in various of tho

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Siman.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 informations on the functions, we refer you to the GSL official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
2 changes: 1 addition & 1 deletion pod/Sort.pod
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ should be removed in further versions.

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 PERFORMANCE
Expand Down
2 changes: 1 addition & 1 deletion pod/SparseMatrix.pod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Math::GSL::SparseMatrix - Sparse Matrices

NOTE: This module requires GSL 2.0 or higher.

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>

=head1 AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion pod/Spline.pod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ya as arguments on each evaluation.

=back

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 official
documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>


Expand Down
Loading

0 comments on commit 697353b

Please sign in to comment.