diff options
Diffstat (limited to 'SRC/dgeqp3.f')
-rw-r--r-- | SRC/dgeqp3.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgeqp3.f b/SRC/dgeqp3.f index aa471606..fa65ffe5 100644 --- a/SRC/dgeqp3.f +++ b/SRC/dgeqp3.f @@ -75,7 +75,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/complex scalar, and v is a real/complex vector * with v(1:i-1) = 0 and v(i) = 1; v(i+1:m) is stored on exit in |