summaryrefslogtreecommitdiff
path: root/SRC/zla_lin_berr.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2016-04-01 22:34:10 +0000
committerlangou <langou@users.noreply.github.com>2016-04-01 22:34:10 +0000
commit64ebc20f17d045fe04ed01f661fe56efeb82248f (patch)
tree12210e2ad339ae8691807d50aa0b48a298c8bac0 /SRC/zla_lin_berr.f
parent973e1ae83fb1c1a9987bb1427a7a93ac43e6b739 (diff)
downloadlapack-64ebc20f17d045fe04ed01f661fe56efeb82248f.tar.gz
lapack-64ebc20f17d045fe04ed01f661fe56efeb82248f.tar.bz2
lapack-64ebc20f17d045fe04ed01f661fe56efeb82248f.zip
See post on forum on Thu Mar 31, 2016:
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4937 Thanks to Eugene Chereshnev (Intel)
Diffstat (limited to 'SRC/zla_lin_berr.f')
-rw-r--r--SRC/zla_lin_berr.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zla_lin_berr.f b/SRC/zla_lin_berr.f
index 161eed97..3ddabdcc 100644
--- a/SRC/zla_lin_berr.f
+++ b/SRC/zla_lin_berr.f
@@ -67,7 +67,7 @@
*>
*> \param[in] RES
*> \verbatim
-*> RES is DOUBLE PRECISION array, dimension (N,NRHS)
+*> RES is COMPLEX*16 array, dimension (N,NRHS)
*> The residual matrix, i.e., the matrix R in the relative backward
*> error formula above.
*> \endverbatim
@@ -82,7 +82,7 @@
*>
*> \param[out] BERR
*> \verbatim
-*> BERR is COMPLEX*16 array, dimension (NRHS)
+*> BERR is DOUBLE PRECISION array, dimension (NRHS)
*> The componentwise relative backward error from the formula above.
*> \endverbatim
*