LinearOperatorAdjoint added as a meta-class. Computes the adjoint of
an operator by flipping the adjoint arg in .matmul and .solve, and other appropriate modifications. This is hidden from the public API, with an upcoming method, .adjoint, the preferred way to get an adjoint, since it has more operator specific information. PiperOrigin-RevId: 221869871
Loading
Please sign in to comment