You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add a keyword argument P to support right preconditioner.
We will solve min ||b - APy||_2 and recover x = Py at the end.
A product with adjoint(P) is needed for these methods.
cc @npritch928
The text was updated successfully, but these errors were encountered:
We could add a keyword argument
P
to support right preconditioner.We will solve min
||b - APy||_2
and recoverx = Py
at the end.A product with
adjoint(P)
is needed for these methods.cc @npritch928
The text was updated successfully, but these errors were encountered: