From b0f05ab80356fdea2e465f6fbdac86ad934d7d1d Mon Sep 17 00:00:00 2001 From: julie Date: Mon, 16 Sep 2013 16:44:21 +0000 Subject: [PATCH] Correct comment Problem reported by Elena Ivanova on Sept 16th "Both RES, and AYB have to be described as REAL." --- SRC/cla_lin_berr.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/cla_lin_berr.f b/SRC/cla_lin_berr.f index 0bfff7a..43aff9f 100644 --- a/SRC/cla_lin_berr.f +++ b/SRC/cla_lin_berr.f @@ -67,14 +67,14 @@ *> *> \param[in] RES *> \verbatim -*> RES is DOUBLE PRECISION array, dimension (N,NRHS) +*> RES is REAL array, dimension (N,NRHS) *> The residual matrix, i.e., the matrix R in the relative backward *> error formula above. *> \endverbatim *> *> \param[in] AYB *> \verbatim -*> AYB is DOUBLE PRECISION array, dimension (N, NRHS) +*> AYB is REAL array, dimension (N, NRHS) *> The denominator in the relative backward error formula above, i.e., *> the matrix abs(op(A_s))*abs(Y) + abs(B_s). The matrices A, Y, and B *> are from iterative refinement (see cla_gerfsx_extended.f). -- 2.7.4