cr.sparse.lop.scale

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

Returns the linear operator \(T = \alpha A\) for the operator \(A\)

Parameters

A (Operator) – A given linear operator

Returns

A linear operator T such that \(T x = \alpha A x\) and \(T^H x = \bar{\alpha} A^H x\)

Return type

(Operator)