summaryrefslogtreecommitdiff
path: root/SRC/zla_herfsx_extended.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zla_herfsx_extended.f')
-rw-r--r--SRC/zla_herfsx_extended.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/zla_herfsx_extended.f b/SRC/zla_herfsx_extended.f
index e80a5910..a1f06151 100644
--- a/SRC/zla_herfsx_extended.f
+++ b/SRC/zla_herfsx_extended.f
@@ -161,8 +161,7 @@
*>
*> \param[in,out] Y
*> \verbatim
-*> Y is COMPLEX*16 array, dimension
-*> (LDY,NRHS)
+*> Y is COMPLEX*16 array, dimension (LDY,NRHS)
*> On entry, the solution matrix X, as computed by ZHETRS.
*> On exit, the improved solution matrix Y.
*> \endverbatim
@@ -194,8 +193,7 @@
*>
*> \param[in,out] ERR_BNDS_NORM
*> \verbatim
-*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension
-*> (NRHS, N_ERR_BNDS)
+*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
*> For each right-hand side, this array contains information about
*> various error bounds and condition numbers corresponding to the
*> normwise relative error, which is defined as follows:
@@ -241,8 +239,7 @@
*>
*> \param[in,out] ERR_BNDS_COMP
*> \verbatim
-*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension
-*> (NRHS, N_ERR_BNDS)
+*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
*> For each right-hand side, this array contains information about
*> various error bounds and condition numbers corresponding to the
*> componentwise relative error, which is defined as follows: