cr.sparse.lop.neg

cr.sparse.lop.neg(A)[source]

Returns the negative of a linear operator \(T = -A\)

Parameters

A (Operator) – A given linear operator

Returns

A linear operator T such that \(T x = - A x\)

Return type

(Operator)