cupyx.scipy.sparse.linalg.spsolve

cupyx.scipy.sparse.linalg.spsolve(A, b)[source]

Solves a sparse linear system A x = b

Parameters
Returns

Solution to the system A x = b.

Return type

cupy.ndarray