summaryrefslogtreecommitdiff
path: root/SRC/sgehrd.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2009-02-09 22:08:05 +0000
committerlangou <langou@users.noreply.github.com>2009-02-09 22:08:05 +0000
commit2e3389623f8a58ae48e56ccec8c00bb9a8174388 (patch)
tree94ab16db5a2e233ff6ad04fab1c62607a71fa2d9 /SRC/sgehrd.f
parent2d7bbcf1a5c3552997100e747653294b01fa429a (diff)
downloadlapack-2e3389623f8a58ae48e56ccec8c00bb9a8174388.tar.gz
lapack-2e3389623f8a58ae48e56ccec8c00bb9a8174388.tar.bz2
lapack-2e3389623f8a58ae48e56ccec8c00bb9a8174388.zip
Diffstat (limited to 'SRC/sgehrd.f')
-rw-r--r--SRC/sgehrd.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgehrd.f b/SRC/sgehrd.f
index fbe794b4..152bfb40 100644
--- a/SRC/sgehrd.f
+++ b/SRC/sgehrd.f
@@ -97,9 +97,9 @@
* modified element of the upper Hessenberg matrix H, and vi denotes an
* element of the vector defining H(i).
*
-* This file is a slight modification of LAPACK-3.0's SGEHRD
+* This file is a slight modification of LAPACK-3.0's DGEHRD
* subroutine incorporating improvements proposed by Quintana-Orti and
-* Van de Geijn (2005).
+* Van de Geijn (2006). (See DLAHR2.)
*
* =====================================================================
*