aboutsummaryrefslogtreecommitdiff
path: root/SRC/slarfgp.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/slarfgp.f
parent53b71f5605f83d116ab6bcf477bfb6d2ca757de1 (diff)
First pass to homgenize notation for transpose (**T) and conjugate transpose (**H)
Corresponds to bug0024
Diffstat (limited to 'SRC/slarfgp.f')
-rw-r--r--SRC/slarfgp.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slarfgp.f b/SRC/slarfgp.f
index 5b08c067..14f61349 100644
--- a/SRC/slarfgp.f
+++ b/SRC/slarfgp.f
@@ -19,13 +19,13 @@
* SLARFGP generates a real elementary reflector H of order n, such
* that
*
-* H * ( alpha ) = ( beta ), H' * H = I.
+* H * ( alpha ) = ( beta ), H**T * H = I.
* ( x ) ( 0 )
*
* where alpha and beta are scalars, beta is non-negative, and x is
* an (n-1)-element real vector. H is represented in the form
*
-* H = I - tau * ( 1 ) * ( 1 v' ) ,
+* H = I - tau * ( 1 ) * ( 1 v**T ) ,
* ( v )
*
* where tau is a real scalar and v is a real (n-1)-element