From f2953573ede24d7f8c01fdb18de48f65f00a9943 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 2 Apr 2011 11:08:56 +0000 Subject: First pass to homgenize notation for transpose (**T) and conjugate transpose (**H) Corresponds to bug0024 --- SRC/sgehd2.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SRC/sgehd2.f') diff --git a/SRC/sgehd2.f b/SRC/sgehd2.f index f8419d27..466fef45 100644 --- a/SRC/sgehd2.f +++ b/SRC/sgehd2.f @@ -16,7 +16,7 @@ * ======= * * SGEHD2 reduces a real general matrix A to upper Hessenberg form H by -* an orthogonal similarity transformation: Q' * A * Q = H . +* an orthogonal similarity transformation: Q**T * A * Q = H . * * Arguments * ========= @@ -63,7 +63,7 @@ * * Each H(i) has the form * -* H(i) = I - tau * v * v' +* H(i) = I - tau * v * v**T * * where tau is a real scalar, and v is a real vector with * v(1:i) = 0, v(i+1) = 1 and v(ihi+1:n) = 0; v(i+2:ihi) is stored on -- cgit v1.2.3