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
* Note that x is not an input parameter.
* If some initial estimate x0 is known and if damp = 0,
* one could proceed as follows:
*
* 1. Compute a residual vector r0 = b - A*x0.
* 2. Use LSMR to solve the system A*dx = r0.
* 3. Add the correction dx to obtain a final solution x = x0 + dx.
The text was updated successfully, but these errors were encountered:
As per the lsmr documentation:
The text was updated successfully, but these errors were encountered: