summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Chalupecky <vladimir.chalupecky@gmail.com>2016-08-01 17:18:05 +0900
committerVladimir Chalupecky <vladimir.chalupecky@gmail.com>2016-08-01 17:18:05 +0900
commitf095880560d2be7f219a49e4ee4833f5551b81e6 (patch)
treefabc7398fdd915e1ab0b59f0a4389e7d447d683d
parent86f6b1e63e1e884866fda2167499fb98410384fb (diff)
downloadlapack-f095880560d2be7f219a49e4ee4833f5551b81e6.tar.gz
lapack-f095880560d2be7f219a49e4ee4833f5551b81e6.tar.bz2
lapack-f095880560d2be7f219a49e4ee4833f5551b81e6.zip
?TREXC: fix documentation for LDQ parameter
-rw-r--r--SRC/ctrexc.f3
-rw-r--r--SRC/dtrexc.f3
-rw-r--r--SRC/strexc.f3
-rw-r--r--SRC/ztrexc.f3
4 files changed, 8 insertions, 4 deletions
diff --git a/SRC/ctrexc.f b/SRC/ctrexc.f
index 1dccabe1..977e9cfe 100644
--- a/SRC/ctrexc.f
+++ b/SRC/ctrexc.f
@@ -84,7 +84,8 @@
*> \param[in] LDQ
*> \verbatim
*> LDQ is INTEGER
-*> The leading dimension of the array Q. LDQ >= max(1,N).
+*> The leading dimension of the array Q. LDQ >= 1, and if
+*> COMPQ = 'V', LDQ >= max(1,N).
*> \endverbatim
*>
*> \param[in] IFST
diff --git a/SRC/dtrexc.f b/SRC/dtrexc.f
index 4cf3594b..17af6a2f 100644
--- a/SRC/dtrexc.f
+++ b/SRC/dtrexc.f
@@ -92,7 +92,8 @@
*> \param[in] LDQ
*> \verbatim
*> LDQ is INTEGER
-*> The leading dimension of the array Q. LDQ >= max(1,N).
+*> The leading dimension of the array Q. LDQ >= 1, and if
+*> COMPQ = 'V', LDQ >= max(1,N).
*> \endverbatim
*>
*> \param[in,out] IFST
diff --git a/SRC/strexc.f b/SRC/strexc.f
index 5df09776..349fa26a 100644
--- a/SRC/strexc.f
+++ b/SRC/strexc.f
@@ -92,7 +92,8 @@
*> \param[in] LDQ
*> \verbatim
*> LDQ is INTEGER
-*> The leading dimension of the array Q. LDQ >= max(1,N).
+*> The leading dimension of the array Q. LDQ >= 1, and if
+*> COMPQ = 'V', LDQ >= max(1,N).
*> \endverbatim
*>
*> \param[in,out] IFST
diff --git a/SRC/ztrexc.f b/SRC/ztrexc.f
index f4959880..afcdfdd3 100644
--- a/SRC/ztrexc.f
+++ b/SRC/ztrexc.f
@@ -84,7 +84,8 @@
*> \param[in] LDQ
*> \verbatim
*> LDQ is INTEGER
-*> The leading dimension of the array Q. LDQ >= max(1,N).
+*> The leading dimension of the array Q. LDQ >= 1, and if
+*> COMPQ = 'V', LDQ >= max(1,N).
*> \endverbatim
*>
*> \param[in] IFST