From dee881e6b32d79e44c4ec7c4fee068e29a8341a1 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 20 Mar 2021 14:07:46 +0000 Subject: [PATCH 1/4] s/avaible/available/g --- pod/BLAS.pod | 4 ++-- pod/Linalg.pod | 2 +- pod/Matrix.pod | 4 ++-- pod/Permutation.pod | 4 ++-- pod/Randist.pod | 4 ++-- pod/SF.pod | 2 +- pod/Statistics.pod | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pod/BLAS.pod b/pod/BLAS.pod index 62330c5..80390ad 100644 --- a/pod/BLAS.pod +++ b/pod/BLAS.pod @@ -352,8 +352,8 @@ 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 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 diff --git a/pod/Linalg.pod b/pod/Linalg.pod index 7ae6693..c67bddd 100644 --- a/pod/Linalg.pod +++ b/pod/Linalg.pod @@ -352,7 +352,7 @@ 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_funtion_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 diff --git a/pod/Matrix.pod b/pod/Matrix.pod index dbaf200..83f3330 100644 --- a/pod/Matrix.pod +++ b/pod/Matrix.pod @@ -1583,8 +1583,8 @@ 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 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 diff --git a/pod/Permutation.pod b/pod/Permutation.pod index 69c22d2..0fee00b 100644 --- a/pod/Permutation.pod +++ b/pod/Permutation.pod @@ -150,8 +150,8 @@ 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. + 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 offcial documentation: L diff --git a/pod/Randist.pod b/pod/Randist.pod index 575b078..279d53e 100644 --- a/pod/Randist.pod +++ b/pod/Randist.pod @@ -750,8 +750,8 @@ 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 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 diff --git a/pod/SF.pod b/pod/SF.pod index 4f42069..7012ea7 100644 --- a/pod/SF.pod +++ b/pod/SF.pod @@ -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 : diff --git a/pod/Statistics.pod b/pod/Statistics.pod index 3f588b9..ce6dda9 100644 --- a/pod/Statistics.pod +++ b/pod/Statistics.pod @@ -379,8 +379,8 @@ The following function are simply variants for int and char of the last function =back You have to add the functions you want to use inside the qw /put_funtion_here /. -You can also write use Math::GSL::Statistics 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 can also write use Math::GSL::Statistics 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 From cee3ff93948a3a7d0a1a8cbd0a84c05d38e4ced3 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 20 Mar 2021 14:08:51 +0000 Subject: [PATCH 2/4] s/funtion/function/g --- pod/BLAS.pod | 2 +- pod/Linalg.pod | 2 +- pod/Matrix.pod | 2 +- pod/Permutation.pod | 2 +- pod/Randist.pod | 2 +- pod/Statistics.pod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pod/BLAS.pod b/pod/BLAS.pod index 80390ad..49dad78 100644 --- a/pod/BLAS.pod +++ b/pod/BLAS.pod @@ -351,7 +351,7 @@ 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 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 : diff --git a/pod/Linalg.pod b/pod/Linalg.pod index c67bddd..192a804 100644 --- a/pod/Linalg.pod +++ b/pod/Linalg.pod @@ -352,7 +352,7 @@ 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 available 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 diff --git a/pod/Matrix.pod b/pod/Matrix.pod index 83f3330..6815e10 100644 --- a/pod/Matrix.pod +++ b/pod/Matrix.pod @@ -1582,7 +1582,7 @@ 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 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 : diff --git a/pod/Permutation.pod b/pod/Permutation.pod index 0fee00b..883644e 100644 --- a/pod/Permutation.pod +++ b/pod/Permutation.pod @@ -149,7 +149,7 @@ 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 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 offcial documentation: diff --git a/pod/Randist.pod b/pod/Randist.pod index 279d53e..0677414 100644 --- a/pod/Randist.pod +++ b/pod/Randist.pod @@ -749,7 +749,7 @@ 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 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 : diff --git a/pod/Statistics.pod b/pod/Statistics.pod index ce6dda9..4d3bb1c 100644 --- a/pod/Statistics.pod +++ b/pod/Statistics.pod @@ -378,7 +378,7 @@ The following function are simply variants for int and char of the last function =back -You have to add the functions you want to use inside the qw /put_funtion_here /. +You have to add the functions you want to use inside the qw /put_function_here /. You can also write use Math::GSL::Statistics 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 : From 79be1a31d381ad7b61171f636580d789e067cc64 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 20 Mar 2021 14:11:07 +0000 Subject: [PATCH 3/4] s/funtcion/function/g --- pod/Linalg.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pod/Linalg.pod b/pod/Linalg.pod index 192a804..ac0933a 100644 --- a/pod/Linalg.pod +++ b/pod/Linalg.pod @@ -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. From 29884da66b9e26d1c99409d5215b54f2c221c0eb Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 20 Mar 2021 14:13:40 +0000 Subject: [PATCH 4/4] s/offcial/official/g --- pod/BLAS.pod | 2 +- pod/BSpline.pod | 2 +- pod/CBLAS.pod | 2 +- pod/CDF.pod | 2 +- pod/Chebyshev.pod | 2 +- pod/Combination.pod | 2 +- pod/Deriv.pod | 2 +- pod/Eigen.pod | 2 +- pod/FFT.pod | 2 +- pod/Fit.pod | 2 +- pod/Heapsort.pod | 2 +- pod/Integration.pod | 2 +- pod/Linalg.pod | 2 +- pod/Matrix.pod | 2 +- pod/MatrixComplex.pod | 2 +- pod/Min.pod | 2 +- pod/Monte.pod | 2 +- pod/Multifit.pod | 2 +- pod/Multilarge.pod | 2 +- pod/Multimin.pod | 2 +- pod/Multiroots.pod | 2 +- pod/NTuple.pod | 2 +- pod/ODEIV.pod | 2 +- pod/Permutation.pod | 2 +- pod/Poly.pod | 2 +- pod/QRNG.pod | 2 +- pod/RNG.pod | 2 +- pod/Randist.pod | 2 +- pod/Rstat.pod | 2 +- pod/SF.pod | 2 +- pod/Siman.pod | 2 +- pod/Sort.pod | 2 +- pod/SparseMatrix.pod | 2 +- pod/Spline.pod | 2 +- pod/Statistics.pod | 2 +- pod/Sys.pod | 2 +- pod/Vector.pod | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/pod/BLAS.pod b/pod/BLAS.pod index 49dad78..df20edd 100644 --- a/pod/BLAS.pod +++ b/pod/BLAS.pod @@ -365,7 +365,7 @@ Other tags are also available, here is a complete list of all tags for this modu =back -For more informations on the functions, we refer you to the GSL offcial documentation: L +For more informations on the functions, we refer you to the GSL official documentation: L =head1 AUTHORS diff --git a/pod/BSpline.pod b/pod/BSpline.pod index 1bb53dd..7258ea8 100644 --- a/pod/BSpline.pod +++ b/pod/BSpline.pod @@ -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 diff --git a/pod/CBLAS.pod b/pod/CBLAS.pod index 50ebb29..249642c 100644 --- a/pod/CBLAS.pod +++ b/pod/CBLAS.pod @@ -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 +For more informations on the functions, we refer you to the GSL official documentation: L diff --git a/pod/CDF.pod b/pod/CDF.pod index ccf895f..20d8477 100644 --- a/pod/CDF.pod +++ b/pod/CDF.pod @@ -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 diff --git a/pod/Chebyshev.pod b/pod/Chebyshev.pod index 700aa92..e00be32 100644 --- a/pod/Chebyshev.pod +++ b/pod/Chebyshev.pod @@ -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 =head1 AUTHORS diff --git a/pod/Combination.pod b/pod/Combination.pod index 9dea66d..89bced4 100644 --- a/pod/Combination.pod +++ b/pod/Combination.pod @@ -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 diff --git a/pod/Deriv.pod b/pod/Deriv.pod index b17d3a0..dbe1d3a 100644 --- a/pod/Deriv.pod +++ b/pod/Deriv.pod @@ -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 =head1 AUTHORS diff --git a/pod/Eigen.pod b/pod/Eigen.pod index d3569f7..a8e961f 100644 --- a/pod/Eigen.pod +++ b/pod/Eigen.pod @@ -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 diff --git a/pod/FFT.pod b/pod/FFT.pod index 917119a..c2302f9 100644 --- a/pod/FFT.pod +++ b/pod/FFT.pod @@ -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 diff --git a/pod/Fit.pod b/pod/Fit.pod index 54fd87e..c727d4c 100644 --- a/pod/Fit.pod +++ b/pod/Fit.pod @@ -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 diff --git a/pod/Heapsort.pod b/pod/Heapsort.pod index 5b372d6..4c8a495 100644 --- a/pod/Heapsort.pod +++ b/pod/Heapsort.pod @@ -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 diff --git a/pod/Integration.pod b/pod/Integration.pod index da802de..2670089 100644 --- a/pod/Integration.pod +++ b/pod/Integration.pod @@ -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 =head1 AUTHORS diff --git a/pod/Linalg.pod b/pod/Linalg.pod index ac0933a..5fedee6 100644 --- a/pod/Linalg.pod +++ b/pod/Linalg.pod @@ -354,7 +354,7 @@ Performs a Givens rotation on the $i and $j-th elements of $v, storing them in $ 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 +For more informations on the functions, we refer you to the GSL official documentation: L =back diff --git a/pod/Matrix.pod b/pod/Matrix.pod index 6815e10..f01ffde 100644 --- a/pod/Matrix.pod +++ b/pod/Matrix.pod @@ -1600,7 +1600,7 @@ Other tags are also available, here is a complete list of all tags for this modu =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 diff --git a/pod/MatrixComplex.pod b/pod/MatrixComplex.pod index ebb8e64..3005be6 100644 --- a/pod/MatrixComplex.pod +++ b/pod/MatrixComplex.pod @@ -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 diff --git a/pod/Min.pod b/pod/Min.pod index e81f1ab..9c9904f 100644 --- a/pod/Min.pod +++ b/pod/Min.pod @@ -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 =head1 AUTHORS diff --git a/pod/Monte.pod b/pod/Monte.pod index 18c5bb8..3bf7227 100644 --- a/pod/Monte.pod +++ b/pod/Monte.pod @@ -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 =head1 AUTHORS diff --git a/pod/Multifit.pod b/pod/Multifit.pod index e343442..09f78e2 100644 --- a/pod/Multifit.pod +++ b/pod/Multifit.pod @@ -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 diff --git a/pod/Multilarge.pod b/pod/Multilarge.pod index 447e651..ccd9349 100644 --- a/pod/Multilarge.pod +++ b/pod/Multilarge.pod @@ -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 =head1 EXAMPLES diff --git a/pod/Multimin.pod b/pod/Multimin.pod index 282be92..d244e9c 100644 --- a/pod/Multimin.pod +++ b/pod/Multimin.pod @@ -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 diff --git a/pod/Multiroots.pod b/pod/Multiroots.pod index 150072f..6dcb020 100644 --- a/pod/Multiroots.pod +++ b/pod/Multiroots.pod @@ -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 =head1 AUTHORS diff --git a/pod/NTuple.pod b/pod/NTuple.pod index d986853..cb5cc43 100644 --- a/pod/NTuple.pod +++ b/pod/NTuple.pod @@ -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 =head1 AUTHORS diff --git a/pod/ODEIV.pod b/pod/ODEIV.pod index 8b6f909..fcf8c2f 100644 --- a/pod/ODEIV.pod +++ b/pod/ODEIV.pod @@ -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 =head1 EXAMPLE diff --git a/pod/Permutation.pod b/pod/Permutation.pod index 883644e..020ca85 100644 --- a/pod/Permutation.pod +++ b/pod/Permutation.pod @@ -152,7 +152,7 @@ Here is a list of all the functions included in this 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::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 offcial documentation: +For more informations on the functions, we refer you to the GSL official documentation: L diff --git a/pod/Poly.pod b/pod/Poly.pod index a8ded35..fd3ee05 100644 --- a/pod/Poly.pod +++ b/pod/Poly.pod @@ -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 =head1 AUTHORS diff --git a/pod/QRNG.pod b/pod/QRNG.pod index f48e63b..d9d5901 100644 --- a/pod/QRNG.pod +++ b/pod/QRNG.pod @@ -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 +For more informations on the functions, we refer you to the GSL official documentation: L diff --git a/pod/RNG.pod b/pod/RNG.pod index 1ce3a7b..6f4e893 100644 --- a/pod/RNG.pod +++ b/pod/RNG.pod @@ -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 diff --git a/pod/Randist.pod b/pod/Randist.pod index 0677414..0e2e40e 100644 --- a/pod/Randist.pod +++ b/pod/Randist.pod @@ -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 diff --git a/pod/Rstat.pod b/pod/Rstat.pod index c8e32c8..0f1fc2f 100644 --- a/pod/Rstat.pod +++ b/pod/Rstat.pod @@ -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 =head1 AUTHORS diff --git a/pod/SF.pod b/pod/SF.pod index 7012ea7..0d2a948 100644 --- a/pod/SF.pod +++ b/pod/SF.pod @@ -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 diff --git a/pod/Siman.pod b/pod/Siman.pod index e4ac1cb..bd8f9f3 100644 --- a/pod/Siman.pod +++ b/pod/Siman.pod @@ -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 diff --git a/pod/Sort.pod b/pod/Sort.pod index 1c29e0c..851b2b1 100644 --- a/pod/Sort.pod +++ b/pod/Sort.pod @@ -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 =head1 PERFORMANCE diff --git a/pod/SparseMatrix.pod b/pod/SparseMatrix.pod index 17cbca4..d2293c9 100644 --- a/pod/SparseMatrix.pod +++ b/pod/SparseMatrix.pod @@ -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 =head1 AUTHORS diff --git a/pod/Spline.pod b/pod/Spline.pod index 9e209a7..577bfbc 100644 --- a/pod/Spline.pod +++ b/pod/Spline.pod @@ -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 diff --git a/pod/Statistics.pod b/pod/Statistics.pod index 4d3bb1c..f093c80 100644 --- a/pod/Statistics.pod +++ b/pod/Statistics.pod @@ -392,7 +392,7 @@ Other tags are also available, here is a complete list of all tags for this modu =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 diff --git a/pod/Sys.pod b/pod/Sys.pod index 87758c0..98ab79d 100644 --- a/pod/Sys.pod +++ b/pod/Sys.pod @@ -138,7 +138,7 @@ zero. The implementation is based on the package fcmp by T.C. Belding. =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 =head1 AUTHORS diff --git a/pod/Vector.pod b/pod/Vector.pod index b58c2e4..63afd54 100644 --- a/pod/Vector.pod +++ b/pod/Vector.pod @@ -640,7 +640,7 @@ leaving the odd elements untouched : =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 =head1 EXAMPLES