Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 733 Bytes

linalg.rst

File metadata and controls

33 lines (27 loc) · 733 Bytes

torch.linalg

Common linear algebra operations.

This module is in BETA. New functions are still being added, and some functions may change in future PyTorch releases. See the documentation of each function for details.

.. automodule:: torch.linalg
.. currentmodule:: torch.linalg

Functions

.. autofunction:: cholesky
.. autofunction:: cond
.. autofunction:: det
.. autofunction:: slogdet
.. autofunction:: eigh
.. autofunction:: eigvalsh
.. autofunction:: matrix_rank
.. autofunction:: norm
.. autofunction:: pinv
.. autofunction:: svd
.. autofunction:: solve
.. autofunction:: tensorinv
.. autofunction:: tensorsolve
.. autofunction:: inv
.. autofunction:: qr