| .. 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 |
| --------- |
| .. autosummary:: |
| :toctree: generated |
| :nosignatures: |
| |
| |
| cholesky |
| cond |
| det |
| slogdet |
| eig |
| eigvals |
| eigh |
| eigvalsh |
| matrix_power |
| matrix_rank |
| multi_dot |
| norm |
| vector_norm |
| pinv |
| svd |
| solve |
| tensorinv |
| tensorsolve |
| inv |
| qr |
| lstsq |
| householder_product |