cupyx.scipy.sparse.linalg.spsolve#

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

求解稀疏线性系统 A x = b

参数:
返回:

系统 A x = b 的解。

返回类型:

cupy.ndarray