diff options
author | eugene.chereshnev <eugenechereshnev@gmail.com> | 2017-03-16 10:29:05 -0700 |
---|---|---|
committer | eugene.chereshnev <eugenechereshnev@gmail.com> | 2017-03-17 12:38:01 -0700 |
commit | f1c0b1f8a234544660c61712d4004688706684f1 (patch) | |
tree | 5f2cb1445432c482a5d08ba740f13203aa8e937c /SRC | |
parent | c81566390c16e7b185bed274064b11170e5aadd3 (diff) | |
download | lapack-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.f | 4 | ||||
-rw-r--r-- | SRC/cgelqt3.f | 4 | ||||
-rw-r--r-- | SRC/dgelqt.f | 4 | ||||
-rw-r--r-- | SRC/dgelqt3.f | 4 | ||||
-rw-r--r-- | SRC/sgelqt.f | 4 | ||||
-rw-r--r-- | SRC/sgelqt3.f | 4 | ||||
-rw-r--r-- | SRC/zgelqt.f | 4 | ||||
-rw-r--r-- | SRC/zgelqt3.f | 4 |
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 ) |