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.
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