Skip to content

Commit

Permalink
Merge pull request #8510 from krislock/patch-1
Browse files Browse the repository at this point in the history
Update linalg.rst
  • Loading branch information
simonster committed Sep 28, 2014
2 parents 3e5ab09 + 52a1f5b commit 8c60aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stdlib/linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ Usually a function has 4 methods defined, one each for ``Float64``,

.. function:: gemv!(tA, alpha, A, x, beta, y)

Update the vector ``y`` as ``alpha*A*x + beta*x`` or
``alpha*A'x + beta*x`` according to ``tA`` (transpose ``A``).
Update the vector ``y`` as ``alpha*A*x + beta*y`` or
``alpha*A'x + beta*y`` according to ``tA`` (transpose ``A``).
Returns the updated ``y``.

.. function:: gemv(tA, alpha, A, x)
Expand Down

0 comments on commit 8c60aac

Please sign in to comment.