From c100a3c6654936d989b0f5138285bbeda4094c62 Mon Sep 17 00:00:00 2001 From: Christoph Conrads Date: Wed, 21 Sep 2016 16:11:01 +0200 Subject: [PATCH] Doc: fix typos in the xGEEQUB description --- SRC/cgbequb.f | 2 +- SRC/cgeequb.f | 4 ++-- SRC/dgbequb.f | 2 +- SRC/dgeequb.f | 4 ++-- SRC/sgbequb.f | 2 +- SRC/sgeequb.f | 4 ++-- SRC/zgbequb.f | 2 +- SRC/zgeequb.f | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/SRC/cgbequb.f b/SRC/cgbequb.f index 23c7d43..7f63d0d 100644 --- a/SRC/cgbequb.f +++ b/SRC/cgbequb.f @@ -51,7 +51,7 @@ *> This routine differs from CGEEQU by restricting the scaling factors *> to a power of the radix. Baring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/cgeequb.f b/SRC/cgeequb.f index 08f08ae..07bdac7 100644 --- a/SRC/cgeequb.f +++ b/SRC/cgeequb.f @@ -49,9 +49,9 @@ *> number of A but works well in practice. *> *> This routine differs from CGEEQU by restricting the scaling factors -*> to a power of the radix. Baring over- and underflow, scaling by +*> to a power of the radix. Barring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/dgbequb.f b/SRC/dgbequb.f index 75a391b..92bc204 100644 --- a/SRC/dgbequb.f +++ b/SRC/dgbequb.f @@ -50,7 +50,7 @@ *> This routine differs from DGEEQU by restricting the scaling factors *> to a power of the radix. Baring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/dgeequb.f b/SRC/dgeequb.f index 2ee8bf9..146a093 100644 --- a/SRC/dgeequb.f +++ b/SRC/dgeequb.f @@ -48,9 +48,9 @@ *> number of A but works well in practice. *> *> This routine differs from DGEEQU by restricting the scaling factors -*> to a power of the radix. Baring over- and underflow, scaling by +*> to a power of the radix. Barring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/sgbequb.f b/SRC/sgbequb.f index 15f7e6f..6c20ea7 100644 --- a/SRC/sgbequb.f +++ b/SRC/sgbequb.f @@ -50,7 +50,7 @@ *> This routine differs from SGEEQU by restricting the scaling factors *> to a power of the radix. Baring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/sgeequb.f b/SRC/sgeequb.f index 89630d6..595b236 100644 --- a/SRC/sgeequb.f +++ b/SRC/sgeequb.f @@ -48,9 +48,9 @@ *> number of A but works well in practice. *> *> This routine differs from SGEEQU by restricting the scaling factors -*> to a power of the radix. Baring over- and underflow, scaling by +*> to a power of the radix. Barring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/zgbequb.f b/SRC/zgbequb.f index 650a15f..866f58e 100644 --- a/SRC/zgbequb.f +++ b/SRC/zgbequb.f @@ -51,7 +51,7 @@ *> This routine differs from ZGEEQU by restricting the scaling factors *> to a power of the radix. Baring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * diff --git a/SRC/zgeequb.f b/SRC/zgeequb.f index 9a1d057..99b4f6b 100644 --- a/SRC/zgeequb.f +++ b/SRC/zgeequb.f @@ -49,9 +49,9 @@ *> number of A but works well in practice. *> *> This routine differs from ZGEEQU by restricting the scaling factors -*> to a power of the radix. Baring over- and underflow, scaling by +*> to a power of the radix. Barring over- and underflow, scaling by *> these factors introduces no additional rounding errors. However, the -*> scaled entries' magnitured are no longer approximately 1 but lie +*> scaled entries' magnitudes are no longer approximately 1 but lie *> between sqrt(radix) and 1/sqrt(radix). *> \endverbatim * -- 2.7.4