corrects CSYEQUB (resp. ZSYEQUB) in CHEEQUB (resp. ZCHEEQUB) in the
authorlangou <langou@users.noreply.github.com>
Fri, 16 Dec 2011 18:42:40 +0000 (18:42 +0000)
committerlangou <langou@users.noreply.github.com>
Fri, 16 Dec 2011 18:42:40 +0000 (18:42 +0000)
documentation of cheequb.f (resp. zheequb.f)

SRC/cheequb.f
SRC/zheequb.f

index e05cdcd..ea9290a 100644 (file)
@@ -36,7 +36,7 @@
 *>
 *> \verbatim
 *>
-*> CSYEQUB computes row and column scalings intended to equilibrate a
+*> CHEEQUB computes row and column scalings intended to equilibrate a
 *> symmetric matrix A and reduce its condition number
 *> (with respect to the two-norm).  S contains the scale factors,
 *> S(i) = 1/sqrt(A(i,i)), chosen so that the scaled matrix B with
index cf9e305..c0a76d0 100644 (file)
@@ -36,7 +36,7 @@
 *>
 *> \verbatim
 *>
-*> ZSYEQUB computes row and column scalings intended to equilibrate a
+*> ZHEEQUB computes row and column scalings intended to equilibrate a
 *> symmetric matrix A and reduce its condition number
 *> (with respect to the two-norm).  S contains the scale factors,
 *> S(i) = 1/sqrt(A(i,i)), chosen so that the scaled matrix B with