diff options
Diffstat (limited to 'SRC/sgelsd.f')
-rw-r--r-- | SRC/sgelsd.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sgelsd.f b/SRC/sgelsd.f index d03f37b3..844b6cda 100644 --- a/SRC/sgelsd.f +++ b/SRC/sgelsd.f @@ -52,7 +52,7 @@ *> Householder transformations, reducing the original problem *> into a "bidiagonal least squares problem" (BLS) *> (2) Solve the BLS using a divide and conquer approach. -*> (3) Apply back all the Householder tranformations to solve +*> (3) Apply back all the Householder transformations to solve *> the original least squares problem. *> *> The effective rank of A is determined by treating as zero those |