summaryrefslogtreecommitdiff
path: root/SRC/dla_gerfsx_extended.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dla_gerfsx_extended.f')
-rw-r--r--SRC/dla_gerfsx_extended.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/dla_gerfsx_extended.f b/SRC/dla_gerfsx_extended.f
index d6af4902..e2836207 100644
--- a/SRC/dla_gerfsx_extended.f
+++ b/SRC/dla_gerfsx_extended.f
@@ -163,8 +163,7 @@
*>
*> \param[in,out] Y
*> \verbatim
-*> Y is DOUBLE PRECISION array, dimension
-*> (LDY,NRHS)
+*> Y is DOUBLE PRECISION array, dimension (LDY,NRHS)
*> On entry, the solution matrix X, as computed by DGETRS.
*> On exit, the improved solution matrix Y.
*> \endverbatim
@@ -196,8 +195,7 @@
*>
*> \param[in,out] ERRS_N
*> \verbatim
-*> ERRS_N is DOUBLE PRECISION array, dimension
-*> (NRHS, N_ERR_BNDS)
+*> ERRS_N 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:
@@ -243,8 +241,7 @@
*>
*> \param[in,out] ERRS_C
*> \verbatim
-*> ERRS_C is DOUBLE PRECISION array, dimension
-*> (NRHS, N_ERR_BNDS)
+*> ERRS_C 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: