(no commit message)
authorlangou <langou@users.noreply.github.com>
Mon, 9 Feb 2009 22:08:05 +0000 (22:08 +0000)
committerlangou <langou@users.noreply.github.com>
Mon, 9 Feb 2009 22:08:05 +0000 (22:08 +0000)
SRC/cgehrd.f
SRC/clahr2.f
SRC/dgehrd.f
SRC/dlahr2.f
SRC/sgehrd.f
SRC/slahr2.f
SRC/zgehrd.f
SRC/zlahr2.f

index 055db08da1b8042cdf57478438b8849c6ed405f2..cbc504408a618312dcfb22d8d1cb0fb2d4824661 100644 (file)
@@ -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 CGEHRD
+*  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.)
 *
 *  =====================================================================
 *
index 3e97d3d5c0bea1489791ba25c0fda75361fcea8e..6caaf832fd0f566986ac64e01a7e03bc36dca7f9 100644 (file)
 *  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 CLAHRD
+*  This subroutine is a slight modification of LAPACK-3.0's DLAHRD
 *  incorporating improvements proposed by Quintana-Orti and Van de
 *  Gejin. Note that the entries of A(1:K,2:NB) differ from those
-*  returned by the original LAPACK routine. This function is
-*  not backward compatible with LAPACK3.0.
+*  returned by the original LAPACK-3.0's DLAHRD routine. (This
+*  subroutine is not backward compatible with LAPACK-3.0's DLAHRD.)
+*
+*  References
+*  ==========
+*
+*  Gregorio Quintana-Orti and Robert van de Geijn, "Improving the
+*  performance of reduction to Hessenberg form," ACM Transactions on
+*  Mathematical Software, 32(2):180-194, June 2006.
 *
 *  =====================================================================
 *
index 4ad8224667109c7c0f4ee008a8078127970eb2e0..136f90b6ea5c31e0d6e54dbd67dd7db5d7751695 100644 (file)
@@ -99,7 +99,7 @@
 *
 *  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.)
 *
 *  =====================================================================
 *
index d204394c96ed55182e736886c972e27f47a41e4b..dd68707604d218c4e95690221337127bc1ed1810 100644 (file)
 *  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 DLAHRD
+*  This subroutine is a slight modification of LAPACK-3.0's DLAHRD
 *  incorporating improvements proposed by Quintana-Orti and Van de
 *  Gejin. Note that the entries of A(1:K,2:NB) differ from those
-*  returned by the original LAPACK routine. This function is
-*  not backward compatible with LAPACK3.0.
+*  returned by the original LAPACK-3.0's DLAHRD routine. (This
+*  subroutine is not backward compatible with LAPACK-3.0's DLAHRD.)
+*
+*  References
+*  ==========
+*
+*  Gregorio Quintana-Orti and Robert van de Geijn, "Improving the
+*  performance of reduction to Hessenberg form," ACM Transactions on
+*  Mathematical Software, 32(2):180-194, June 2006.
 *
 *  =====================================================================
 *
index fbe794b4afac889fee411f6d3c38b04236ab8159..152bfb40a6abaa9ae99e9dca7b1a1a5e14dd5a8a 100644 (file)
@@ -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.)
 *
 *  =====================================================================
 *
index 0bf73d129e750af4d160c5beb0cd97ad17406dda..fa83c7600a12756ae9b074232b5151c440a4fb62 100644 (file)
 *  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 SLAHRD
+*  This subroutine is a slight modification of LAPACK-3.0's DLAHRD
 *  incorporating improvements proposed by Quintana-Orti and Van de
 *  Gejin. Note that the entries of A(1:K,2:NB) differ from those
-*  returned by the original LAPACK routine. This function is
-*  not backward compatible with LAPACK3.0.
+*  returned by the original LAPACK-3.0's DLAHRD routine. (This
+*  subroutine is not backward compatible with LAPACK-3.0's DLAHRD.)
+*
+*  References
+*  ==========
+*
+*  Gregorio Quintana-Orti and Robert van de Geijn, "Improving the
+*  performance of reduction to Hessenberg form," ACM Transactions on
+*  Mathematical Software, 32(2):180-194, June 2006.
 *
 *  =====================================================================
 *
index 045feaee6a3f5e02b1f94491fad7a02763ed5810..51f1b94ea882ae725c6bf3564b3b2420d1d4093a 100644 (file)
@@ -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 ZGEHRD
+*  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.)
 *
 *  =====================================================================
 *
index 8822ed69ba2e471d7d96c7148fcefbcf1516c63e..ba56ed771e85b2060e0277bee2cec7b47e360f32 100644 (file)
 *  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 ZLAHRD
+*  This subroutine is a slight modification of LAPACK-3.0's DLAHRD
 *  incorporating improvements proposed by Quintana-Orti and Van de
 *  Gejin. Note that the entries of A(1:K,2:NB) differ from those
-*  returned by the original LAPACK routine. This function is
-*  not backward compatible with LAPACK3.0.
+*  returned by the original LAPACK-3.0's DLAHRD routine. (This
+*  subroutine is not backward compatible with LAPACK-3.0's DLAHRD.)
+*
+*  References
+*  ==========
+*
+*  Gregorio Quintana-Orti and Robert van de Geijn, "Improving the
+*  performance of reduction to Hessenberg form," ACM Transactions on
+*  Mathematical Software, 32(2):180-194, June 2006.
 *
 *  =====================================================================
 *