cr.sparse.lop.adjoint

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

Returns the adjoint of a given operator \(T = A^H\)

Parameters

A (Operator) – A given linear operator

Returns

A linear operator T such that \(T x = A^H x\)

Return type

(Operator)