Correct comment
authorjulie <julielangou@users.noreply.github.com>
Mon, 16 Sep 2013 16:44:21 +0000 (16:44 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 16 Sep 2013 16:44:21 +0000 (16:44 +0000)
Problem reported by Elena Ivanova <Elena.x.Ivanova@Oracle.com> on Sept 16th
"Both RES, and AYB have to be described as REAL."

SRC/cla_lin_berr.f

index 0bfff7a52801d0841ca2e49028fea449b68c26d6..43aff9f2a0a4c8e70dbfb3170ec553ba9fe767c3 100644 (file)
 *>
 *> \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).