1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Description: Fix spelling errors.
tranformations -> transformationss
Dosen't -> Doesn't
Contruct -> Construct
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://sourceforge.net/p/pdl/patches/82/
--- a/GENERATED/PDL/LinearAlgebra/Real.pm
+++ b/GENERATED/PDL/LinearAlgebra/Real.pm
@@ -3842,7 +3842,7 @@ Solve the BLS using a divide and conquer
=item 3
-Apply back all the Householder tranformations to solve
+Apply back all the Householder transformationss to solve
the original least squares problem.
=back
@@ -8375,7 +8375,7 @@ It will set the bad-value flag of all ou
Performs a series of row interchanges on the matrix A.
One row interchange is initiated for each of rows k1 through k2 of A.
-Dosen't use PDL indice (start = 1).
+Doesn't use PDL indice (start = 1).
Arguments
=========
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -5985,7 +5985,7 @@ Solve the BLS using a divide and conquer
=item 3
-Apply back all the Householder tranformations to solve
+Apply back all the Householder transformationss to solve
the original least squares problem.
=back
@@ -11866,7 +11866,7 @@ pp_def("laswp",
Performs a series of row interchanges on the matrix A.
One row interchange is initiated for each of rows k1 through k2 of A.
-Dosen\'t use PDL indice (start = 1).
+Doesn\'t use PDL indice (start = 1).
Arguments
=========
--- a/Special/Special.pm
+++ b/Special/Special.pm
@@ -41,7 +41,7 @@ This module provides some constructors o
=for ref
-Contruct Hilbert matrix from specifications list or template piddle
+Construct Hilbert matrix from specifications list or template piddle
=for usage
|