Shortcuts

torch.sparse.spsolve

torch.sparse.spsolve(input, other, *, left=True) Tensor

Computes the solution of a square system of linear equations with a unique solution. Its purpose is similar to torch.linalg.solve(), except that the system is defined by a sparse CSR matrix with layout sparse_csr.

Parameters
  • input (Tensor) – a sparse CSR matrix of shape (n, n) representing the coefficients of the linear system.

  • other (Tensor) – a dense matrix of shape (n, ) representing the right-hand side of the linear system.

  • left (bool, optional) – whether to solve the system for input @ out = other (default) or out @ input = other. Only left=True is supported.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy