Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 423 Bytes

linalg.rst

File metadata and controls

23 lines (18 loc) · 423 Bytes

torch.linalg

Common linear algebra operations.

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

Functions

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