cr.sparse.lop.scale

cr.sparse.lop.scale(A, alpha)[source]

Returns the linear operator T=αA for the operator A

Parameters

A (Operator) – A given linear operator

Returns

A linear operator T such that Tx=αAx and THx=α¯AHx

Return type

(Operator)