summaryrefslogtreecommitdiff
path: root/SRC/zla_gbrfsx_extended.f
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-06-08 17:40:20 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-06-08 17:40:20 +0200
commit41c481d7d67ad399e83c2694ea8178cd9ebc6d40 (patch)
tree0be4079405f2e1db2e2b065df0a8c4651dc0a704 /SRC/zla_gbrfsx_extended.f
parent6834a3e465a63d946eced19573cd8c9ade74346a (diff)
downloadlapack-41c481d7d67ad399e83c2694ea8178cd9ebc6d40.tar.gz
lapack-41c481d7d67ad399e83c2694ea8178cd9ebc6d40.tar.bz2
lapack-41c481d7d67ad399e83c2694ea8178cd9ebc6d40.zip
xLA_xxRFSX_EXTENDED; parameter comments: pull various dimension specifications containing NRHS to the 'dimension' line
This improves automatic parsing of array dimensions, but creates overly long lines sometimes.
Diffstat (limited to 'SRC/zla_gbrfsx_extended.f')
-rw-r--r--SRC/zla_gbrfsx_extended.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/zla_gbrfsx_extended.f b/SRC/zla_gbrfsx_extended.f
index c95e48ba..dcb6dac7 100644
--- a/SRC/zla_gbrfsx_extended.f
+++ b/SRC/zla_gbrfsx_extended.f
@@ -208,8 +208,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:
@@ -255,8 +254,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: