summaryrefslogtreecommitdiff
path: root/BLAS/SRC/cgerc.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-04-02 11:46:46 +0000
committerjulie <julielangou@users.noreply.github.com>2011-04-02 11:46:46 +0000
commitd9d50d133bdf00870f37a31faefea58f0926a0a6 (patch)
treeeedf9e8992fc27e42ce5e71d7e7bf3dc40fc736c /BLAS/SRC/cgerc.f
parentf2953573ede24d7f8c01fdb18de48f65f00a9943 (diff)
downloadlapack-d9d50d133bdf00870f37a31faefea58f0926a0a6.tar.gz
lapack-d9d50d133bdf00870f37a31faefea58f0926a0a6.tar.bz2
lapack-d9d50d133bdf00870f37a31faefea58f0926a0a6.zip
First pass for BLAS to homgenize notation for transpose (**T) and conjugate transpose (**H)
Corresponds to bug0024
Diffstat (limited to 'BLAS/SRC/cgerc.f')
-rw-r--r--BLAS/SRC/cgerc.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/cgerc.f b/BLAS/SRC/cgerc.f
index 3860871b..ffc578a1 100644
--- a/BLAS/SRC/cgerc.f
+++ b/BLAS/SRC/cgerc.f
@@ -12,7 +12,7 @@
*
* CGERC performs the rank 1 operation
*
-* A := alpha*x*conjg( y' ) + A,
+* A := alpha*x*y**H + A,
*
* where alpha is a scalar, x is an m element vector, y is an n element
* vector and A is an m by n matrix.