cupyx.scipy.sparse.linalg.aslinearoperator#

cupyx.scipy.sparse.linalg.aslinearoperator(A)[源代码]#

A 作为 LinearOperator 返回。

参数:

A (类数组) –

要转换为 LinearOperator 对象的输入数组。它可以是以下任何类型:

返回:

LinearOperator 对象

返回类型:

cupyx.scipy.sparse.linalg.LinearOperator

另请参阅

scipy.sparse.aslinearoperator`()