A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.pytorch.org/docs/stable/generated/torch.sparse.spsolve.html below:

torch.sparse.spsolve — PyTorch 2.7 documentation

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4