Skip to content

Commit

Permalink
Fix small error in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Mar 19, 2013
1 parent c01415e commit 2e2755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Linear algebra functions in Julia are largely implemented by calling functions f

.. function:: qr(A) -> Q, R

Compute the QR factorization of ``A`` such that ``A = Q*R``. Also see ``qrd``.
Compute the QR factorization of ``A`` such that ``A = Q*R``. Also see ``qrfact``.

.. function:: qrfact(A)

Expand Down

0 comments on commit 2e2755d

Please sign in to comment.