diff options
Diffstat (limited to 'BLAS/SRC/sger.f')
-rw-r--r-- | BLAS/SRC/sger.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/sger.f b/BLAS/SRC/sger.f index 3ddd10c7..828b7454 100644 --- a/BLAS/SRC/sger.f +++ b/BLAS/SRC/sger.f @@ -12,7 +12,7 @@ * * SGER performs the rank 1 operation * -* A := alpha*x*y' + A, +* A := alpha*x*y**T + 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. |