Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 400 Bytes

File metadata and controls

22 lines (17 loc) · 400 Bytes

torch.linalg

Common linear algebra operations.

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

Functions

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