cupyx.scipy.sparse.linalg.aslinearoperator#

cupyx.scipy.sparse.linalg.aslinearoperator(A)[source]#

Return A as a LinearOperator.

Parameters

A (array-like) –

The input array to be converted to a LinearOperator object. It may be any of the following types:

Returns

LinearOperator object

Return type

cupyx.scipy.sparse.linalg.LinearOperator

See also

scipy.sparse.aslinearoperator`()