summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-02-23 18:06:06 +0000
committerphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-02-23 18:06:06 +0000
commit93e3e82694fd10173de174eaf44d29d1348b1347 (patch)
tree45cb2e05cc77490791aeb3e97d9d4e174597d832
parentd2fd43b59a367b3af291297d5e07bb8a2f787ef3 (diff)
downloadlapack-93e3e82694fd10173de174eaf44d29d1348b1347.tar.gz
lapack-93e3e82694fd10173de174eaf44d29d1348b1347.tar.bz2
lapack-93e3e82694fd10173de174eaf44d29d1348b1347.zip
Fix typo in comments.
-rw-r--r--SRC/cgges.f2
-rw-r--r--SRC/cgghrd.f10
-rw-r--r--SRC/zgges.f2
-rw-r--r--SRC/zgghrd.f10
4 files changed, 12 insertions, 12 deletions
diff --git a/SRC/cgges.f b/SRC/cgges.f
index 6f977b4f..cf44d9e3 100644
--- a/SRC/cgges.f
+++ b/SRC/cgges.f
@@ -250,7 +250,7 @@
*> eigenvalues in the Generalized Schur form no
*> longer satisfy SELCTG=.TRUE. This could also
*> be caused due to scaling.
-*> =N+3: reordering falied in CTGSEN.
+*> =N+3: reordering failed in CTGSEN.
*> \endverbatim
*
* Authors:
diff --git a/SRC/cgghrd.f b/SRC/cgghrd.f
index c86c7480..8d626500 100644
--- a/SRC/cgghrd.f
+++ b/SRC/cgghrd.f
@@ -79,11 +79,11 @@
*> \param[in] COMPZ
*> \verbatim
*> COMPZ is CHARACTER*1
-*> = 'N': do not compute Q;
-*> = 'I': Q is initialized to the unit matrix, and the
-*> unitary matrix Q is returned;
-*> = 'V': Q must contain a unitary matrix Q1 on entry,
-*> and the product Q1*Q is returned.
+*> = 'N': do not compute Z;
+*> = 'I': Z is initialized to the unit matrix, and the
+*> unitary matrix Z is returned;
+*> = 'V': Z must contain a unitary matrix Z1 on entry,
+*> and the product Z1*Z is returned.
*> \endverbatim
*>
*> \param[in] N
diff --git a/SRC/zgges.f b/SRC/zgges.f
index b6305704..4dd81fee 100644
--- a/SRC/zgges.f
+++ b/SRC/zgges.f
@@ -250,7 +250,7 @@
*> eigenvalues in the Generalized Schur form no
*> longer satisfy SELCTG=.TRUE. This could also
*> be caused due to scaling.
-*> =N+3: reordering falied in ZTGSEN.
+*> =N+3: reordering failed in ZTGSEN.
*> \endverbatim
*
* Authors:
diff --git a/SRC/zgghrd.f b/SRC/zgghrd.f
index 2a428658..a3f96930 100644
--- a/SRC/zgghrd.f
+++ b/SRC/zgghrd.f
@@ -79,11 +79,11 @@
*> \param[in] COMPZ
*> \verbatim
*> COMPZ is CHARACTER*1
-*> = 'N': do not compute Q;
-*> = 'I': Q is initialized to the unit matrix, and the
-*> unitary matrix Q is returned;
-*> = 'V': Q must contain a unitary matrix Q1 on entry,
-*> and the product Q1*Q is returned.
+*> = 'N': do not compute Z;
+*> = 'I': Z is initialized to the unit matrix, and the
+*> unitary matrix Z is returned;
+*> = 'V': Z must contain a unitary matrix Z1 on entry,
+*> and the product Z1*Z is returned.
*> \endverbatim
*>
*> \param[in] N