.. role:: hidden
    :class: hidden-section

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