| .. role:: hidden | |
| :class: hidden-section | |
| 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:: solve | |
| .. autofunction:: tensorinv | |
| .. autofunction:: tensorsolve |