summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authoreugene.chereshnev <eugenechereshnev@gmail.com>2017-03-16 10:29:05 -0700
committereugene.chereshnev <eugenechereshnev@gmail.com>2017-03-17 12:38:01 -0700
commitf1c0b1f8a234544660c61712d4004688706684f1 (patch)
tree5f2cb1445432c482a5d08ba740f13203aa8e937c /SRC
parentc81566390c16e7b185bed274064b11170e5aadd3 (diff)
downloadlapack-f1c0b1f8a234544660c61712d4004688706684f1.tar.gz
lapack-f1c0b1f8a234544660c61712d4004688706684f1.tar.bz2
lapack-f1c0b1f8a234544660c61712d4004688706684f1.zip
*gelqt.f, *gelqt3.f: reflectors are stored in rows
Diffstat (limited to 'SRC')
-rw-r--r--SRC/cgelqt.f4
-rw-r--r--SRC/cgelqt3.f4
-rw-r--r--SRC/dgelqt.f4
-rw-r--r--SRC/dgelqt3.f4
-rw-r--r--SRC/sgelqt.f4
-rw-r--r--SRC/sgelqt3.f4
-rw-r--r--SRC/zgelqt.f4
-rw-r--r--SRC/zgelqt3.f4
8 files changed, 16 insertions, 16 deletions
diff --git a/SRC/cgelqt.f b/SRC/cgelqt.f
index 5bead535..fe1f0d56 100644
--- a/SRC/cgelqt.f
+++ b/SRC/cgelqt.f
@@ -101,8 +101,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/cgelqt3.f b/SRC/cgelqt3.f
index 751cb613..48a0e74d 100644
--- a/SRC/cgelqt3.f
+++ b/SRC/cgelqt3.f
@@ -92,8 +92,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/dgelqt.f b/SRC/dgelqt.f
index b11e9d6e..bc360c37 100644
--- a/SRC/dgelqt.f
+++ b/SRC/dgelqt.f
@@ -117,8 +117,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/dgelqt3.f b/SRC/dgelqt3.f
index b0bb242a..9970b09e 100644
--- a/SRC/dgelqt3.f
+++ b/SRC/dgelqt3.f
@@ -109,8 +109,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/sgelqt.f b/SRC/sgelqt.f
index 786255d1..1986159b 100644
--- a/SRC/sgelqt.f
+++ b/SRC/sgelqt.f
@@ -100,8 +100,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/sgelqt3.f b/SRC/sgelqt3.f
index b94fc278..9b888746 100644
--- a/SRC/sgelqt3.f
+++ b/SRC/sgelqt3.f
@@ -92,8 +92,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/zgelqt.f b/SRC/zgelqt.f
index c8afd1c5..e9bee953 100644
--- a/SRC/zgelqt.f
+++ b/SRC/zgelqt.f
@@ -117,8 +117,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )
diff --git a/SRC/zgelqt3.f b/SRC/zgelqt3.f
index 14063544..438238a1 100644
--- a/SRC/zgelqt3.f
+++ b/SRC/zgelqt3.f
@@ -109,8 +109,8 @@
*>
*> \verbatim
*>
-*> The matrix V stores the elementary reflectors H(i) in the i-th column
-*> below the diagonal. For example, if M=5 and N=3, the matrix V is
+*> The matrix V stores the elementary reflectors H(i) in the i-th row
+*> above the diagonal. For example, if M=5 and N=3, the matrix V is
*>
*> V = ( 1 v1 v1 v1 v1 )
*> ( 1 v2 v2 v2 )