summaryrefslogtreecommitdiff
path: root/SRC/clahr2.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-04-07 13:53:54 +0000
committerjulie <julielangou@users.noreply.github.com>2011-04-07 13:53:54 +0000
commit16973f0c15a4327f8a78b9652f178246895778c1 (patch)
tree1d022faeffac8e1524f4f73517483f4cd828038d /SRC/clahr2.f
parent8b5dd5433b205f27821b10d5389f55bcd4a1e87a (diff)
downloadlapack-16973f0c15a4327f8a78b9652f178246895778c1.tar.gz
lapack-16973f0c15a4327f8a78b9652f178246895778c1.tar.bz2
lapack-16973f0c15a4327f8a78b9652f178246895778c1.zip
Second and hopefully last pass to homgenize notation for transpose (**T) and conjugate transpose (**H)
Corresponds to bug0024 Please take a look and let me know if you find some old notation of transpose. I am going to close bug0024. Julie
Diffstat (limited to 'SRC/clahr2.f')
-rw-r--r--SRC/clahr2.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/clahr2.f b/SRC/clahr2.f
index 9c002c2b..1fd6af28 100644
--- a/SRC/clahr2.f
+++ b/SRC/clahr2.f
@@ -151,7 +151,7 @@
$ A( K+I-1, 1 ), LDA, ONE, A( K+1, I ), 1 )
CALL CLACGV( I-1, A( K+I-1, 1 ), LDA )
*
-* Apply I - V * T' * V**H to this column (call it b) from the
+* Apply I - V * T**H * V**H to this column (call it b) from the
* left, using the last column of T as workspace
*
* Let V = ( V1 ) and b = ( b1 ) (first I-1 rows)
@@ -159,7 +159,7 @@
*
* where V1 is unit lower triangular
*
-* w := V1' * b1
+* w := V1**H * b1
*
CALL CCOPY( I-1, A( K+1, I ), 1, T( 1, NB ), 1 )
CALL CTRMV( 'Lower', 'Conjugate transpose', 'UNIT',