Skip to content

Commit

Permalink
Added entry for torch.linalg.cond to linalg.rst (#48941)
Browse files Browse the repository at this point in the history
Summary:
This PR makes documentation for `cond` available at https://pytorch.org/docs/master/linalg.html
I forgot to include this change in #45832.

Pull Request resolved: #48941

Reviewed By: ngimel

Differential Revision: D25379244

Pulled By: mruberry

fbshipit-source-id: c8c0a0b8a05c17025d6c3cea405b2add369e2019
  • Loading branch information
IvanYashchuk authored and facebook-github-bot committed Dec 8, 2020
1 parent c876d4f commit bea88ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/linalg.rst
Expand Up @@ -13,6 +13,7 @@ Functions
---------

.. autofunction:: cholesky
.. autofunction:: cond
.. autofunction:: det
.. autofunction:: eigh
.. autofunction:: eigvalsh
Expand Down

0 comments on commit bea88ee

Please sign in to comment.