Skip to content

Commit 8c60aac

Browse files
committed
Merge pull request #8510 from krislock/patch-1
Update linalg.rst
2 parents 3e5ab09 + 52a1f5b commit 8c60aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/stdlib/linalg.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ Usually a function has 4 methods defined, one each for ``Float64``,
719719

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

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

726726
.. function:: gemv(tA, alpha, A, x)

0 commit comments

Comments
 (0)