Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 370 Bytes

linalg.rst

File metadata and controls

21 lines (16 loc) · 370 Bytes

torch.linalg

Common linear algebra operations.

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

Functions

.. autofunction:: cholesky
.. autofunction:: det
.. autofunction:: eigh
.. autofunction:: eigvalsh
.. autofunction:: norm
.. autofunction:: tensorinv
.. autofunction:: tensorsolve