aboutsummaryrefslogtreecommitdiff
path: root/SRC/zlarzt.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-04-02 11:08:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-04-02 11:08:56 +0000
commitf2953573ede24d7f8c01fdb18de48f65f00a9943 (patch)
tree53172aa9083b9aa1abe2d6c130f7c173d8d8725b /SRC/zlarzt.f
parent53b71f5605f83d116ab6bcf477bfb6d2ca757de1 (diff)
First pass to homgenize notation for transpose (**T) and conjugate transpose (**H)
Corresponds to bug0024
Diffstat (limited to 'SRC/zlarzt.f')
-rw-r--r--SRC/zlarzt.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zlarzt.f b/SRC/zlarzt.f
index e283d572..2ae745ee 100644
--- a/SRC/zlarzt.f
+++ b/SRC/zlarzt.f
@@ -164,7 +164,7 @@
*
IF( I.LT.K ) THEN
*
-* T(i+1:k,i) = - tau(i) * V(i+1:k,1:n) * V(i,1:n)'
+* T(i+1:k,i) = - tau(i) * V(i+1:k,1:n) * V(i,1:n)**H
*
CALL ZLACGV( N, V( I, 1 ), LDV )
CALL ZGEMV( 'No transpose', K-I, N, -TAU( I ),